Package edu.sc.seis.TauP
Class TakeoffAngleRay
- java.lang.Object
-
- edu.sc.seis.TauP.RayCalculateable
-
- edu.sc.seis.TauP.TakeoffAngleRay
-
public class TakeoffAngleRay extends RayCalculateable
-
-
Constructor Summary
Constructors Constructor Description TakeoffAngleRay(TakeoffAngleRay dr)
TakeoffAngleRay(java.lang.Double takeoffAngle)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Arrival>
calculate(SeismicPhase phase)
RayParamRay
forPhase(SeismicPhase phase)
LatLonable
getLatLonable()
boolean
isLatLonable()
boolean
isLatLong()
static TakeoffAngleRay
ofTakeoffAngle(java.lang.Double d)
void
withEventAzimuth(edu.sc.seis.seisFile.Location evt, double azimuth)
-
-
-
Constructor Detail
-
TakeoffAngleRay
public TakeoffAngleRay(java.lang.Double takeoffAngle)
-
TakeoffAngleRay
public TakeoffAngleRay(TakeoffAngleRay dr)
-
-
Method Detail
-
ofTakeoffAngle
public static TakeoffAngleRay ofTakeoffAngle(java.lang.Double d)
-
withEventAzimuth
public void withEventAzimuth(edu.sc.seis.seisFile.Location evt, double azimuth)
-
isLatLonable
public boolean isLatLonable()
- Specified by:
isLatLonable
in classRayCalculateable
-
getLatLonable
public LatLonable getLatLonable()
- Specified by:
getLatLonable
in classRayCalculateable
-
calculate
public java.util.List<Arrival> calculate(SeismicPhase phase) throws SlownessModelException, NoSuchLayerException
- Specified by:
calculate
in classRayCalculateable
- Throws:
SlownessModelException
NoSuchLayerException
-
forPhase
public RayParamRay forPhase(SeismicPhase phase)
-
isLatLong
public boolean isLatLong()
-
-