Package edu.sc.seis.TauP
Class TimeRay
- java.lang.Object
-
- edu.sc.seis.TauP.RayCalculateable
-
- edu.sc.seis.TauP.TimeRay
-
public class TimeRay extends RayCalculateable
-
-
Field Summary
-
Fields inherited from class edu.sc.seis.TauP.RayCalculateable
azimuth, backAzimuth, description, evtLatLon, geodesic, geodetic, invFlattening, seismicSource, staLatLon
-
-
Constructor Summary
Constructors Constructor Description TimeRay(double seconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Arrival>calculate(SeismicPhase phase)LatLonablegetLatLonable()booleanisLatLonable()-
Methods inherited from class edu.sc.seis.TauP.RayCalculateable
getAttenuationFrequency, getAzimuth, getBackAzimuth, getDescription, getFaultPlane, getInvFlattening, getMoment, getMw, getNormalizedAzimuth, getNormalizedBackAzimuth, getNumFrequencies, getReceiver, getReceiverDepth, getSeismicSource, getSource, getSourceDepth, hasAzimuth, hasBackAzimuth, hasDescription, hasFaultPlane, hasMw, hasReceiver, hasReceiverDepth, hasSeismicSource, hasSource, hasSourceDepth, insertSeismicSource, isGeodetic, normalizAzimuth, setAzimuth, setBackAzimuth, setDescription, setSeismicSource, toString, withEventAzimuth, withStationBackAzimuth
-
-
-
-
Method Detail
-
calculate
public java.util.List<Arrival> calculate(SeismicPhase phase)
- Specified by:
calculatein classRayCalculateable
-
getLatLonable
public LatLonable getLatLonable()
- Specified by:
getLatLonablein classRayCalculateable
-
isLatLonable
public boolean isLatLonable()
- Specified by:
isLatLonablein classRayCalculateable
-
-