public class BFieldModelOptions
extends java.lang.Object
Constructor and Description |
---|
BFieldModelOptions()
Constructs a BFieldModelOptions object with a default value.
|
BFieldModelOptions(InternalBFieldModel internalModel,
BFieldModelParameters externalModel,
double fieldLinesStopAltitude)
Constructs a BFieldModelOptions object with the given attribute
values.
|
Modifier and Type | Method and Description |
---|---|
BFieldModelParameters |
getExternalModel()
Gets the external B field model options.
|
double |
getFieldLinesStopAltitude()
Gets the stop altitude for downward tracing of field lines
(Kilometers).
|
InternalBFieldModel |
getInternalModel()
Gets the internal B field model that is to be used.
|
void |
list(java.io.PrintStream out)
Prints this object's value to the specified output stream.
|
void |
setExternalModel(BFieldModelParameters value)
Sets the external B field model options.
|
void |
setFieldLinesStopAltitude(double value)
Sets the stop altitude for downward tracing of field lines
(Kilometers).
|
void |
setInternalModel(InternalBFieldModel value)
Sets the internal B field model that is to be used.
|
public BFieldModelOptions()
public BFieldModelOptions(InternalBFieldModel internalModel, BFieldModelParameters externalModel, double fieldLinesStopAltitude)
internalModel
- specifies the internal B field model to use.externalModel
- specifies the external B field model to use.
null indicates that no external model is to be used.fieldLinesStopAltitude
- specifies the stop altitude for
downward tracing of field lines (Kilometers).public InternalBFieldModel getInternalModel()
setInternalModel(gov.nasa.gsfc.spdf.ssc.InternalBFieldModel)
public void setInternalModel(InternalBFieldModel value)
value
- new valuegetInternalModel()
public BFieldModelParameters getExternalModel()
setExternalModel(gov.nasa.gsfc.spdf.ssc.BFieldModelParameters)
public void setExternalModel(BFieldModelParameters value)
value
- new valuegetExternalModel()
public double getFieldLinesStopAltitude()
setFieldLinesStopAltitude(double)
public void setFieldLinesStopAltitude(double value)
value
- stop altitude for downward tracing of field linesgetFieldLinesStopAltitude()
public void list(java.io.PrintStream out)
out
- an output streamSSC Feedback.
Copyright © 2003-2018 United States Government as represented by the National Aeronautics and Space Administration. No copyright is claimed in the United States under Title 17, U.S.Code. All Other Rights Reserved.