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