Uses of Class
gov.nasa.gsfc.spdf.ssc.InternalBFieldModel
-
-
Uses of InternalBFieldModel in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return InternalBFieldModel Modifier and Type Method Description static InternalBFieldModel
InternalBFieldModel. fromValue(int value)
Provides the model corresponding to the given integer value.InternalBFieldModel
BFieldModelOptions. getInternalModel()
Gets the internal B field model that is to be used.static InternalBFieldModel
InternalBFieldModel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InternalBFieldModel[]
InternalBFieldModel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.gsfc.spdf.ssc with parameters of type InternalBFieldModel Modifier and Type Method Description void
BFieldModelOptions. setInternalModel(InternalBFieldModel value)
Sets the internal B field model that is to be used.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type InternalBFieldModel Constructor Description BFieldModelOptions(InternalBFieldModel internalModel, BFieldModelParameters externalModel, double fieldLinesStopAltitude)
Constructs a BFieldModelOptions object with the given attribute values.
-