Class LatLonArgs

  • Direct Known Subclasses:
    LatLonAzBazArgs

    public class LatLonArgs
    extends java.lang.Object
    • Field Detail

      • stationLatLonList

        protected java.util.List<java.lang.Double> stationLatLonList
      • eventLatLonList

        protected java.util.List<java.lang.Double> eventLatLonList
    • Constructor Detail

      • LatLonArgs

        public LatLonArgs()
    • Method Detail

      • setStationLatLon

        public void setStationLatLon​(java.util.List<java.lang.Double> stationLatLon)
      • getStationLocations

        public java.util.List<edu.sc.seis.seisFile.Location> getStationLocations()
      • hasStationLatLon

        public boolean hasStationLatLon()
      • setEventLatLon

        public void setEventLatLon​(java.util.List<java.lang.Double> eventLatLon)
      • getEventLocations

        public java.util.List<edu.sc.seis.seisFile.Location> getEventLocations()
      • hasEventLatLon

        public boolean hasEventLatLon()
      • validateArguments

        public void validateArguments()