Package edu.sc.seis.TauP
Class EventStation
- java.lang.Object
-
- edu.sc.seis.TauP.LatLonable
-
- edu.sc.seis.TauP.EventStation
-
public class EventStation extends LatLonable
Calculatable ray from a source lat,lon to a receiver lat,lon.
-
-
Constructor Summary
Constructors Constructor Description EventStation(edu.sc.seis.seisFile.LatLonLocatable evt, edu.sc.seis.seisFile.LatLonLocatable sta, DistanceCalc distCalc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]calcLatLon(double calcDist, double totalDist, double pointDepthKm)-
Methods inherited from class edu.sc.seis.TauP.LatLonable
getDistCalc
-
-
-
-
Constructor Detail
-
EventStation
public EventStation(edu.sc.seis.seisFile.LatLonLocatable evt, edu.sc.seis.seisFile.LatLonLocatable sta, DistanceCalc distCalc)
-
-
Method Detail
-
calcLatLon
public double[] calcLatLon(double calcDist, double totalDist, double pointDepthKm)- Specified by:
calcLatLonin classLatLonable
-
-