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, distCalc, evtLatLon, seismicSource, staLatLon
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DistanceAngleRayduplicate()doublegetDegrees()doublegetKilometers()doublegetRadians()booleanisDegrees()java.lang.StringtoString()-
Methods inherited from class edu.sc.seis.TauP.DistanceRay
calcRadiansInRange, calcScatteredPhase, calcSimplePhase, calculate, duplicate, getAzimuth, getBackAzimuth, getLatLonable, getReceiver, getSource, hasAzimuth, hasBackAzimuth, hasReceiver, hasSource, isLatLonable, ofDegrees, ofDegrees, ofEventStation, ofExactDegrees, ofExactDegrees, ofExactKilometers, ofExactRadians, ofFixedHemisphereDegrees, ofFixedHemisphereDegrees, ofFixedHemisphereKilometers, ofFixedHemisphereRadians, ofKilometers, ofRadians, ofRadians
-
Methods inherited from class edu.sc.seis.TauP.RayCalculateable
getAttenuationFrequency, getDescription, getDistCalc, getFaultPlane, getGeodesic, getMoment, getMw, getNormalizedAzimuth, getNormalizedBackAzimuth, getNumFrequencies, getReceiverDepth, getSeismicSource, getSourceDepth, hasDescription, hasFaultPlane, hasMw, hasReceiverDepth, hasSeismicSource, hasSourceDepth, insertSeismicSource, normalizAzimuth, setAzimuth, setBackAzimuth, setDescription, setSeismicSource, withEventAzimuth, withStationBackAzimuth
-
-
-
-
Method Detail
-
isDegrees
public boolean isDegrees()
-
getDegrees
public double getDegrees()
- Specified by:
getDegreesin classDistanceRay
-
getKilometers
public double getKilometers()
- Specified by:
getKilometersin classDistanceRay
-
getRadians
public double getRadians()
- Specified by:
getRadiansin classDistanceRay
-
toString
public java.lang.String toString()
- Overrides:
toStringin classRayCalculateable
-
duplicate
protected DistanceAngleRay duplicate()
-
-