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