Class StationBackAzimuth


  • public class StationBackAzimuth
    extends LatLonable
    • Constructor Summary

      Constructors 
      Constructor Description
      StationBackAzimuth​(edu.sc.seis.seisFile.Location staLatLon, java.lang.Double backAzimuth)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] calcLatLon​(double calcDist, double totalDist)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StationBackAzimuth

        public StationBackAzimuth​(edu.sc.seis.seisFile.Location staLatLon,
                                  java.lang.Double backAzimuth)
    • Method Detail

      • calcLatLon

        public double[] calcLatLon​(double calcDist,
                                   double totalDist)
        Specified by:
        calcLatLon in class LatLonable