Package edu.sc.seis.TauP
Class RayParamKmRay
- java.lang.Object
-
- edu.sc.seis.TauP.RayCalculateable
-
- edu.sc.seis.TauP.ShootableRay
-
- edu.sc.seis.TauP.RayParamKmRay
-
public class RayParamKmRay extends ShootableRay
-
-
Field Summary
-
Fields inherited from class edu.sc.seis.TauP.RayCalculateable
azimuth, backAzimuth, evtLatLon, flattening, geodetic, staLatLon
-
-
Constructor Summary
Constructors Constructor Description RayParamKmRay(java.lang.Double rpSecKm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Arrival>
calculate(SeismicPhase phase)
java.lang.Double
getRayParamSKm()
ray param in s/km-
Methods inherited from class edu.sc.seis.TauP.ShootableRay
getLatLonable, isLatLonable, withEventAzimuth, withStationBackAzimuth
-
-
-
-
Method Detail
-
calculate
public java.util.List<Arrival> calculate(SeismicPhase phase) throws SlownessModelException, NoSuchLayerException
- Specified by:
calculate
in classRayCalculateable
- Throws:
SlownessModelException
NoSuchLayerException
-
getRayParamSKm
public java.lang.Double getRayParamSKm()
ray param in s/km- Returns:
- ray param in seconds per kilometer
-
-