All Packages Class Hierarchy This Package Previous Next Index
Class edu.sc.seis.TauP.DepthRange
edu.sc.seis.TauP.DepthRange
- public class DepthRange
Convenience class for storing a depth range. It has a top and
a bottom and can have an associated ray parameter.
-
botDepth
- Bottom of the depth range.
-
rayParam
- rayParam associated with the depth range.
-
topDepth
- Top of the depth range.
-
DepthRange()
-
-
DepthRange(double, double)
-
-
DepthRange(double, double, double)
-
-
clone()
-
-
toString()
-
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.
DepthRange
public DepthRange()
DepthRange
public DepthRange(double topDepth,
double botDepth)
DepthRange
public DepthRange(double topDepth,
double botDepth,
double rayParam)
clone
public Object clone()
toString
public String toString()
All Packages Class Hierarchy This Package Previous Next Index