Package edu.sc.seis.TauP
Class IncidentAngleRay
- java.lang.Object
-
- edu.sc.seis.TauP.RayCalculateable
-
- edu.sc.seis.TauP.ShootableRay
-
- edu.sc.seis.TauP.IncidentAngleRay
-
public class IncidentAngleRay extends ShootableRay
-
-
Field Summary
-
Fields inherited from class edu.sc.seis.TauP.RayCalculateable
azimuth, backAzimuth, description, evtLatLon, geodetic, invFlattening, sourceArgs, staLatLon
-
-
Constructor Summary
Constructors Constructor Description IncidentAngleRay(java.lang.Double incidentAngle)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Arrival>calculate(SeismicPhase phase)RayParamRayforPhase(SeismicPhase phase)static IncidentAngleRayofIncidentAngle(java.lang.Double d)-
Methods inherited from class edu.sc.seis.TauP.ShootableRay
getLatLonable, isLatLonable, withEventAzimuth, withStationBackAzimuth
-
Methods inherited from class edu.sc.seis.TauP.RayCalculateable
getAzimuth, getBackAzimuth, getDescription, getInvFlattening, getNormalizedAzimuth, getNormalizedBackAzimuth, getReceiver, getReceiverDepth, getSource, getSourceArgs, getSourceDepth, hasAzimuth, hasBackAzimuth, hasDescription, hasReceiver, hasReceiverDepth, hasSource, hasSourceArgs, hasSourceDepth, isGeodetic, normalizAzimuth, setAzimuth, setBackAzimuth, setDescription, setSourceArgs, toString
-
-
-
-
Method Detail
-
ofIncidentAngle
public static IncidentAngleRay ofIncidentAngle(java.lang.Double d)
-
calculate
public java.util.List<Arrival> calculate(SeismicPhase phase) throws TauPException
- Specified by:
calculatein classRayCalculateable- Throws:
TauPException
-
forPhase
public RayParamRay forPhase(SeismicPhase phase)
-
-