Package edu.sc.seis.TauP
Class PierceTimeDist
- java.lang.Object
-
- edu.sc.seis.TauP.TimeDist
-
- edu.sc.seis.TauP.PierceTimeDist
-
- All Implemented Interfaces:
java.lang.Cloneable
public class PierceTimeDist extends TimeDist
-
-
Constructor Summary
Constructors Constructor Description PierceTimeDist(double p, double time, double dist, double depth, ArrivalPathSegment pathSeg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleinboundAngle()-
Methods inherited from class edu.sc.seis.TauP.TimeDist
add, clone, equals, getDepth, getDistDeg, getDistRadian, getP, getTime, hashCode, linearInterpOnDepth, linearInterpOnTime, negateDistance, negateDistance, toString
-
-
-
-
Constructor Detail
-
PierceTimeDist
public PierceTimeDist(double p, double time, double dist, double depth, ArrivalPathSegment pathSeg)
-
-