Package edu.sc.seis.TauP
Class DistanceKmRay
- java.lang.Object
-
- edu.sc.seis.TauP.RayCalculateable
-
- edu.sc.seis.TauP.DistanceRay
-
- edu.sc.seis.TauP.DistanceKmRay
-
- All Implemented Interfaces:
java.lang.Cloneable
public class DistanceKmRay extends DistanceRay
-
-
Field Summary
Fields Modifier and Type Field Description protected doublekilometers-
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 DistanceKmRayduplicate()doublegetDegrees()doublegetKilometers()doublegetRadians()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
-
getDegrees
public double getDegrees()
- Specified by:
getDegreesin classDistanceRay
-
getRadians
public double getRadians()
- Specified by:
getRadiansin classDistanceRay
-
getKilometers
public double getKilometers()
- Specified by:
getKilometersin classDistanceRay
-
toString
public java.lang.String toString()
- Overrides:
toStringin classRayCalculateable
-
duplicate
protected DistanceKmRay duplicate()
-
-