Package edu.sc.seis.TauP
Class EventAzimuth
- java.lang.Object
-
- edu.sc.seis.TauP.LatLonable
-
- edu.sc.seis.TauP.EventAzimuth
-
public class EventAzimuth extends LatLonable
Calculatable ray that knows its source lot,lon and azimuth of departure.
-
-
Constructor Summary
Constructors Constructor Description EventAzimuth(edu.sc.seis.seisFile.LatLonLocatable evtLatLon, java.lang.Double azimuth, DistanceCalc distCalc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]calcLatLon(double calcDist, double totalDist, double depthKm)-
Methods inherited from class edu.sc.seis.TauP.LatLonable
getDistCalc
-
-
-
-
Constructor Detail
-
EventAzimuth
public EventAzimuth(edu.sc.seis.seisFile.LatLonLocatable evtLatLon, java.lang.Double azimuth, DistanceCalc distCalc)
-
-
Method Detail
-
calcLatLon
public double[] calcLatLon(double calcDist, double totalDist, double depthKm)- Specified by:
calcLatLonin classLatLonable
-
-