Package edu.sc.seis.TauP
Class Daz
- java.lang.Object
-
- edu.sc.seis.TauP.Daz
-
public class Daz extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected doubleazimuthprotected doublebackAzimuthprotected doubledegprotected java.lang.Stringdescriptionprotected edu.sc.seis.seisFile.LatLonLocatableevtLatLonprotected booleangeodeticprotected java.lang.DoubleinvFlatteningprotected doublekmprotected edu.sc.seis.seisFile.LatLonLocatablestaLatLon
-
Constructor Summary
Constructors Constructor Description Daz(double deg, double km, double az, double baz, java.lang.String description)Daz(DistanceAngleRay ray, double radiusOfEarth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.DoublegetAzimuth()java.lang.DoublegetBackAzimuth()doublegetDegrees()java.lang.StringgetDescription()edu.sc.seis.seisFile.LatLonLocatablegetEvtLatLon()java.lang.DoublegetInvFlattening()java.lang.DoublegetKilometers()java.lang.DoublegetKm()doublegetNormalizedAzimuth()doublegetNormalizedBackAzimuth()edu.sc.seis.seisFile.LatLonLocatablegetReceiver()edu.sc.seis.seisFile.LatLonLocatablegetSource()edu.sc.seis.seisFile.LatLonLocatablegetStaLatLon()booleanhasDescription()booleanhasReceiver()booleanhasSource()booleanisGeodetic()
-
-
-
Field Detail
-
deg
protected double deg
-
km
protected double km
-
staLatLon
protected edu.sc.seis.seisFile.LatLonLocatable staLatLon
-
evtLatLon
protected edu.sc.seis.seisFile.LatLonLocatable evtLatLon
-
azimuth
protected double azimuth
-
backAzimuth
protected double backAzimuth
-
geodetic
protected boolean geodetic
-
invFlattening
protected java.lang.Double invFlattening
-
description
protected java.lang.String description
-
-
Constructor Detail
-
Daz
public Daz(DistanceAngleRay ray, double radiusOfEarth)
-
Daz
public Daz(double deg, double km, double az, double baz, java.lang.String description)
-
-
Method Detail
-
getDegrees
public double getDegrees()
-
getStaLatLon
public edu.sc.seis.seisFile.LatLonLocatable getStaLatLon()
-
getSource
public edu.sc.seis.seisFile.LatLonLocatable getSource()
-
getEvtLatLon
public edu.sc.seis.seisFile.LatLonLocatable getEvtLatLon()
-
getReceiver
public edu.sc.seis.seisFile.LatLonLocatable getReceiver()
-
getAzimuth
public java.lang.Double getAzimuth()
-
getBackAzimuth
public java.lang.Double getBackAzimuth()
-
isGeodetic
public boolean isGeodetic()
-
getInvFlattening
public java.lang.Double getInvFlattening()
-
getDescription
public java.lang.String getDescription()
-
getKilometers
public java.lang.Double getKilometers()
-
getKm
public java.lang.Double getKm()
-
hasSource
public boolean hasSource()
-
hasReceiver
public boolean hasReceiver()
-
getNormalizedAzimuth
public double getNormalizedAzimuth()
-
getNormalizedBackAzimuth
public double getNormalizedBackAzimuth()
-
hasDescription
public boolean hasDescription()
-
-