Package edu.sc.seis.TauP.cmdline.args
Class GeodeticArgs
java.lang.Object
edu.sc.seis.TauP.cmdline.args.LatLonArgs
edu.sc.seis.TauP.cmdline.args.GeodeticArgs
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Doubleprotected Doubleprotected Doubleprotected Doubleprotected List<GeoDistType>protected DistAzPlanetFields inherited from class edu.sc.seis.TauP.cmdline.args.LatLonArgs
eventLatLonList, stationLatLonList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDistanceCalc(GeoDistType geoDistType, VelocityModel vMod) net.sf.geographiclib.GeodesiccreateGeodesic(GeoDistType geoDistType, VelocityModel vMod) Map<GeoDistType,net.sf.geographiclib.Geodesic> createGeodesics(VelocityModel vMod) Map<GeoDistType,net.sf.geographiclib.Geodesic> createGeodesics(List<GeoDistType> geoDistTypes, VelocityModel vMod) doubledoublenet.sf.geographiclib.Geodesicnet.sf.geographiclib.GeodesicgetGeodesic(GeoDistType geoDistType) doublebooleanbooleanvoidsetGeodetic(boolean geodetic) voidsetGeoDistTypes(List<GeoDistType> geoDistTypes) voidsetPlanet(DistAzPlanet planet) voidMethods inherited from class edu.sc.seis.TauP.cmdline.args.LatLonArgs
getEventLocations, getStationLocations, hasEventLatLon, hasStationLatLon, setEventLatLon, setStationLatLon
-
Field Details
-
azimuth
-
backAzimuth
-
geoDistTypeList
-
geodeticFlattening
-
equitorialradius
-
planet
-
-
Constructor Details
-
GeodeticArgs
public GeodeticArgs()
-
-
Method Details
-
hasAzimuth
public boolean hasAzimuth() -
getAzimuth
-
hasBackAzimuth
public boolean hasBackAzimuth() -
getBackAzimuth
-
setGeodetic
public void setGeodetic(boolean geodetic) -
setGeoDistTypes
-
getGeoDistTypes
-
getEllipFlattening
public double getEllipFlattening() -
getInverseEllipFlattening
public double getInverseEllipFlattening() -
getEquitorialRadius
public double getEquitorialRadius() -
setPlanet
-
validateArguments
public void validateArguments()- Overrides:
validateArgumentsin classLatLonArgs
-
createDistanceCalcs
-
createDistanceCalc
-
createGeodesics
-
createGeodesic
-
createGeodesics
public Map<GeoDistType,net.sf.geographiclib.Geodesic> createGeodesics(List<GeoDistType> geoDistTypes, VelocityModel vMod) -
getGeodesic
-
getGeodesic
public net.sf.geographiclib.Geodesic getGeodesic()
-