Package edu.sc.seis.TauP.cmdline.args
Class LatLonAzBazArgs
- java.lang.Object
-
- edu.sc.seis.TauP.cmdline.args.LatLonArgs
-
- edu.sc.seis.TauP.cmdline.args.LatLonAzBazArgs
-
public class LatLonAzBazArgs extends LatLonArgs
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Double
azimuth
protected java.lang.Double
backAzimuth
-
Fields inherited from class edu.sc.seis.TauP.cmdline.args.LatLonArgs
eventLatLonList, stationLatLonList
-
-
Constructor Summary
Constructors Constructor Description LatLonAzBazArgs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
getAzimuth()
java.lang.Double
getBackAzimuth()
boolean
hasAzimuth()
boolean
hasBackAzimuth()
-
Methods inherited from class edu.sc.seis.TauP.cmdline.args.LatLonArgs
getEventLocations, getStationLocations, hasEventLatLon, hasStationLatLon, setEventLatLon, setStationLatLon, validateArguments
-
-