Package edu.sc.seis.TauP.cmdline.args
Class DistanceLengthArgs
java.lang.Object
edu.sc.seis.TauP.cmdline.args.DistanceLengthArgs
- Direct Known Subclasses:
DistanceRayArgs
-
Field Summary
FieldsModifier and TypeFieldDescriptionFor when command line args uses --km for distance. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallEmpty()createDistanceArgs(GeodeticArgs geodeticArgs, QmlStaxmlArgs qmlStaxmlArgs, List<Double> sourceDepths, List<Double> receiverDepths) getLengthDistances(List<DistanceCalc> distCalcList) getRayCalculatables(SeismicSourceArgs sourceArgs, GeodeticArgs geodeticArgs, ModelArgs modelArgs) void
-
Field Details
-
degreesList
-
degreeRange
-
distKilometersList
For when command line args uses --km for distance. Have to wait until after the model is read in to get radius of earth. -
kilometerRange
-
-
Constructor Details
-
DistanceLengthArgs
public DistanceLengthArgs()
-
-
Method Details
-
createDistanceArgs
public DistanceArgs createDistanceArgs(GeodeticArgs geodeticArgs, QmlStaxmlArgs qmlStaxmlArgs, List<Double> sourceDepths, List<Double> receiverDepths) -
getRayCalculatables
public List<RayCalculateable> getRayCalculatables(SeismicSourceArgs sourceArgs, GeodeticArgs geodeticArgs, ModelArgs modelArgs) throws TauModelException - Throws:
TauModelException
-
getLengthDistances
-
allEmpty
public boolean allEmpty() -
validateArguments
public void validateArguments()
-