Class EventAzimuth

    • Constructor Summary

      Constructors 
      Constructor Description
      EventAzimuth​(edu.sc.seis.seisFile.Location evtLatLon, java.lang.Double azimuth)  
    • 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

      • EventAzimuth

        public EventAzimuth​(edu.sc.seis.seisFile.Location evtLatLon,
                            java.lang.Double azimuth)
    • Method Detail

      • calcLatLon

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