Package edu.sc.seis.TauP
Class ShootableRay
- java.lang.Object
-
- edu.sc.seis.TauP.RayCalculateable
-
- edu.sc.seis.TauP.ShootableRay
-
- Direct Known Subclasses:
IncidentAngleRay,RayParamIndexRay,RayParamKmRay,RayParamRay,TakeoffAngleRay
public abstract class ShootableRay extends RayCalculateable
Abstract calculatable ray where initial departure ray parameter from source is known, but receiver is not.
-
-
Field Summary
-
Fields inherited from class edu.sc.seis.TauP.RayCalculateable
azimuth, backAzimuth, description, distCalc, evtLatLon, seismicSource, staLatLon
-
-
Constructor Summary
Constructors Constructor Description ShootableRay(DistanceCalc distCalc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LatLonablegetLatLonable()booleanisLatLonable()-
Methods inherited from class edu.sc.seis.TauP.RayCalculateable
calculate, getAttenuationFrequency, getAzimuth, getBackAzimuth, getDescription, getDistCalc, getFaultPlane, getGeodesic, getMoment, getMw, getNormalizedAzimuth, getNormalizedBackAzimuth, getNumFrequencies, getReceiver, getReceiverDepth, getSeismicSource, getSource, getSourceDepth, hasAzimuth, hasBackAzimuth, hasDescription, hasFaultPlane, hasMw, hasReceiver, hasReceiverDepth, hasSeismicSource, hasSource, hasSourceDepth, insertSeismicSource, normalizAzimuth, setAzimuth, setBackAzimuth, setDescription, setSeismicSource, toString, withEventAzimuth, withStationBackAzimuth
-
-
-
-
Constructor Detail
-
ShootableRay
public ShootableRay(DistanceCalc distCalc)
-
-
Method Detail
-
getLatLonable
public LatLonable getLatLonable()
- Specified by:
getLatLonablein classRayCalculateable
-
isLatLonable
public boolean isLatLonable()
- Specified by:
isLatLonablein classRayCalculateable
-
-