Package edu.sc.seis.TauP
Class DepthRange
- java.lang.Object
-
- edu.sc.seis.TauP.DepthRange
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
public class DepthRange extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable
Convenience class for storing a depth range. It has a top and a bottom and can have an associated ray parameter.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DepthRange()
DepthRange(double topDepth, double botDepth, double rayParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
java.lang.String
toString()
-
-
-
Field Detail
-
topDepth
public double topDepth
Top of the depth range.
-
botDepth
public double botDepth
Bottom of the depth range.
-
rayParam
public double rayParam
rayParam associated with the depth range. If this were a high slowness depth range, then rayParam would be the largest ray parameter that would penetrate the depth range.
-
-