Uses of Class
gov.nasa.gsfc.spdf.ssc.ExternalBFieldModel
-
-
Uses of ExternalBFieldModel in gov.nasa.gsfc.spdf.ssc
Methods in gov.nasa.gsfc.spdf.ssc that return ExternalBFieldModel Modifier and Type Method Description static ExternalBFieldModelExternalBFieldModel. fromValue(java.lang.String value)Provides the model corresponding to the given String value.ExternalBFieldModelBFieldModelParameters. getModel()Gets the model.static ExternalBFieldModelExternalBFieldModel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExternalBFieldModel[]ExternalBFieldModel. 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 ExternalBFieldModel Modifier and Type Method Description voidBFieldModelParameters. setModel(ExternalBFieldModel value)Sets the model.Constructors in gov.nasa.gsfc.spdf.ssc with parameters of type ExternalBFieldModel Constructor Description BFieldModelParameters(ExternalBFieldModel model, boolean useFixedValues, short parameterValues, float solarWindPressure, int dst, float byImf, float bzImf)Constructs a BFieldModelParameters object with the given attribute values.
-