Package edu.sc.seis.TauP
Class TimeDist
- java.lang.Object
-
- edu.sc.seis.TauP.TimeDist
-
- All Implemented Interfaces:
java.lang.Cloneable
public class TimeDist extends java.lang.Object implements java.lang.Cloneable
Holds the ray parameter, time and distance increments, and optionally a depth, for a ray passing through some layer.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeDist
add(TimeDist td)
java.lang.Object
clone()
double
getDepth()
double
getDistDeg()
double
getDistRadian()
double
getP()
double
getTime()
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getP
public double getP()
-
getDepth
public double getDepth()
-
getTime
public double getTime()
-
getDistRadian
public double getDistRadian()
-
getDistDeg
public double getDistDeg()
-
clone
public java.lang.Object clone()
- Overrides:
clone
in classjava.lang.Object
-
-