Class EventStation

    • Constructor Summary

      Constructors 
      Constructor Description
      EventStation​(edu.sc.seis.seisFile.Location evt, edu.sc.seis.seisFile.Location sta)  
    • 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

      • EventStation

        public EventStation​(edu.sc.seis.seisFile.Location evt,
                            edu.sc.seis.seisFile.Location sta)
    • Method Detail

      • calcLatLon

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