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.Doubledegreesprotected java.lang.Doubleradians-
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 DistanceAngleRayduplicate()doublegetDegrees()doublegetDegrees(double radius)doublegetKilometers(double radius)doublegetRadians()doublegetRadians(double radius)booleanisDegrees()java.lang.StringtoString()-
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, getInvFlattening, getNormalizedAzimuth, getNormalizedBackAzimuth, getReceiver, getReceiverDepth, getSource, getSourceArgs, getSourceDepth, hasAzimuth, hasBackAzimuth, hasDescription, hasReceiver, hasReceiverDepth, hasSource, hasSourceArgs, hasSourceDepth, isGeodetic, normalizAzimuth, setAzimuth, setBackAzimuth, setDescription, setSourceArgs, withEventAzimuth, withStationBackAzimuth
-
-
-
-
Method Detail
-
isDegrees
public boolean isDegrees()
-
getDegrees
public double getDegrees(double radius)
- Specified by:
getDegreesin classDistanceRay
-
getDegrees
public double getDegrees()
-
getKilometers
public double getKilometers(double radius)
- Specified by:
getKilometersin classDistanceRay
-
getRadians
public double getRadians(double radius)
- Specified by:
getRadiansin classDistanceRay
-
getRadians
public double getRadians()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classRayCalculateable
-
duplicate
protected DistanceAngleRay duplicate()
-
-