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.


Variable Index

 o botDepth
Bottom of the depth range.
 o rayParam
rayParam associated with the depth range.
 o topDepth
Top of the depth range.

Constructor Index

 o DepthRange()
 o DepthRange(double, double)
 o DepthRange(double, double, double)

Method Index

 o clone()
 o toString()

Variables

 o topDepth
 public double topDepth
Top of the depth range.

 o botDepth
 public double botDepth
Bottom of the depth range.

 o 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.

Constructors

 o DepthRange
 public DepthRange()
 o DepthRange
 public DepthRange(double topDepth,
                   double botDepth)
 o DepthRange
 public DepthRange(double topDepth,
                   double botDepth,
                   double rayParam)

Methods

 o clone
 public Object clone()
 o toString
 public String toString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index