Package edu.sc.seis.TauP
Class RayCalculateable
- java.lang.Object
-
- edu.sc.seis.TauP.RayCalculateable
-
- Direct Known Subclasses:
DistanceRay
,RayParamRay
,TakeoffAngleRay
public abstract class RayCalculateable extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RayCalculateable()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.util.List<Arrival>
calculate(SeismicPhase phase)
abstract LatLonable
getLatLonable()
abstract boolean
isLatLonable()
-
-
-
Method Detail
-
calculate
public abstract java.util.List<Arrival> calculate(SeismicPhase phase) throws SlownessModelException, NoSuchLayerException
-
isLatLonable
public abstract boolean isLatLonable()
-
getLatLonable
public abstract LatLonable getLatLonable()
-
-