Package edu.sc.seis.TauP
Class DistanceAngleRay
- java.lang.Object
-
- edu.sc.seis.TauP.RayCalculateable
-
- edu.sc.seis.TauP.DistanceRay
-
- edu.sc.seis.TauP.DistanceAngleRay
-
- All Implemented Interfaces:
java.lang.Cloneable
public class DistanceAngleRay extends DistanceRay
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Double
degrees
protected java.lang.Double
radians
-
Fields inherited from class edu.sc.seis.TauP.RayCalculateable
azimuth, backAzimuth, description, evtLatLon, geodetic, invFlattening, sourceArgs, staLatLon
-
-
Constructor Summary
Constructors Constructor Description DistanceAngleRay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DistanceAngleRay
duplicate()
double
getDegrees()
double
getDegrees(double radius)
double
getKilometers(double radius)
double
getRadians()
double
getRadians(double radius)
boolean
isDegrees()
java.lang.String
toString()
-
Methods inherited from class edu.sc.seis.TauP.DistanceRay
calcRadiansInRange, calcScatteredPhase, calcSimplePhase, calculate, duplicate, getLatLonable, isLatLonable, ofDegrees, ofEventStation, ofExactDegrees, ofExactKilometers, ofExactRadians, ofFixedHemisphereDegrees, ofFixedHemisphereKilometers, ofFixedHemisphereRadians, ofGeodeticEventStation, ofKilometers, ofRadians
-
Methods inherited from class edu.sc.seis.TauP.RayCalculateable
getAzimuth, getBackAzimuth, getDescription, getNormalizedAzimuth, getNormalizedBackAzimuth, getReceiver, getReceiverDepth, getSource, getSourceArgs, getSourceDepth, hasAzimuth, hasBackAzimuth, hasDescription, hasReceiver, hasReceiverDepth, hasSource, hasSourceArgs, hasSourceDepth, isGeodetic, setAzimuth, setBackAzimuth, setDescription, setSourceArgs, withEventAzimuth, withStationBackAzimuth
-
-
-
-
Method Detail
-
isDegrees
public boolean isDegrees()
-
getDegrees
public double getDegrees(double radius)
- Specified by:
getDegrees
in classDistanceRay
-
getDegrees
public double getDegrees()
-
getKilometers
public double getKilometers(double radius)
- Specified by:
getKilometers
in classDistanceRay
-
getRadians
public double getRadians(double radius)
- Specified by:
getRadians
in classDistanceRay
-
getRadians
public double getRadians()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classRayCalculateable
-
duplicate
protected DistanceAngleRay duplicate()
-
-