Class LatLonArgs

java.lang.Object
edu.sc.seis.TauP.cmdline.args.LatLonArgs
Direct Known Subclasses:
GeodeticArgs

public class LatLonArgs extends Object
  • Field Details

    • stationLatLonList

      protected List<Double> stationLatLonList
    • eventLatLonList

      protected List<Double> eventLatLonList
  • Constructor Details

    • LatLonArgs

      public LatLonArgs()
  • Method Details

    • setStationLatLon

      public void setStationLatLon(List<Double> stationLatLon)
    • getStationLocations

      public List<edu.sc.seis.seisFile.LatLonSimple> getStationLocations()
    • hasStationLatLon

      public boolean hasStationLatLon()
    • setEventLatLon

      public void setEventLatLon(List<Double> eventLatLon)
    • getEventLocations

      public List<edu.sc.seis.seisFile.LatLonSimple> getEventLocations()
    • hasEventLatLon

      public boolean hasEventLatLon()
    • validateArguments

      public void validateArguments()