|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.BFieldModelOptions
public class BFieldModelOptions
This class represents B field model options.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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).| Method Detail |
|---|
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 stream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||