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.CloneableHolds 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 TimeDistadd(TimeDist td)java.lang.Objectclone()doublegetDepth()doublegetDistDeg()doublegetDistRadian()doublegetP()doublegetTime()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin 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:
clonein classjava.lang.Object
-
-