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 InternalBFieldModelInternalBFieldModel. fromValue(int value)Provides the model corresponding to the given integer value.InternalBFieldModelBFieldModelOptions. getInternalModel()Gets the internal B field model that is to be used.static InternalBFieldModelInternalBFieldModel. 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 voidBFieldModelOptions. 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.
-