Modifier and Type | Method and Description |
---|---|
static Hemisphere |
Hemisphere.fromValue(int value)
Provides the Hemisphere corresponding to the given integer value.
|
Hemisphere |
BFieldTraceOptions.getHemisphere()
Gets the magnetic hemisphere value.
|
Hemisphere |
BTraceData.getHemisphere()
Gets the magnetic hemisphere value.
|
static Hemisphere |
Hemisphere.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Hemisphere[] |
Hemisphere.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BFieldTraceOptions.setHemisphere(Hemisphere value)
Set the magnetic hemisphere value.
|
void |
BTraceData.setHemisphere(Hemisphere value)
Set the magnetic hemisphere value.
|
Constructor and Description |
---|
BFieldTraceOptions(CoordinateSystem coordinateSystem,
Hemisphere hemisphere,
boolean footpointLatitude,
boolean footpointLongitude,
boolean fieldLineLength)
Constructs a BFieldTraceOptions with the given attribute
values.
|
BTraceData(CoordinateSystem coordinateSystem,
Hemisphere hemisphere,
java.util.List<java.lang.Float> latitude,
java.util.List<java.lang.Float> longitude,
java.util.List<java.lang.Double> arcLength)
Constructs a BTraceData object with the given values.
|
SSC 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.