Modifier and Type | Method and Description |
---|---|
static CoordinateSystem |
CoordinateSystem.fromValue(java.lang.String name)
Provides the CoordinateSystem corresponding to the given String
value.
|
CoordinateSystem |
BFieldTraceOptions.getCoordinateSystem()
Gets the coordinate system value.
|
CoordinateSystem |
BTraceData.getCoordinateSystem()
Gets the coordinate system value.
|
CoordinateSystem |
CoordinateData.getCoordinateSystem()
Gets the coordinate system value.
|
CoordinateSystem |
CoordinateOptions.getCoordinateSystem()
Gets the coordinate system value.
|
CoordinateSystem |
OrbitGraphOptions.getCoordinateSystem()
Gets the coordinateSystem value.
|
static CoordinateSystem |
CoordinateSystem.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateSystem[] |
CoordinateSystem.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.setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value.
|
void |
BTraceData.setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value.
|
void |
CoordinateData.setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value.
|
void |
CoordinateOptions.setCoordinateSystem(CoordinateSystem value)
Sets the coordinate system value.
|
void |
OrbitGraphOptions.setCoordinateSystem(CoordinateSystem value)
Sets the coordinateSystem 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.
|
CoordinateData(CoordinateSystem coordinateSystem,
java.util.List<java.lang.Double> x,
java.util.List<java.lang.Double> y,
java.util.List<java.lang.Double> z,
java.util.List<java.lang.Float> latitude,
java.util.List<java.lang.Float> longitude,
java.util.List<java.lang.Double> localTime)
Constructs a CoordinateData object with the given values.
|
CoordinateOptions(CoordinateSystem coordinateSystem,
CoordinateComponent component)
Constructs a CoordinateOptions object with the given
attribute values.
|
FilteredCoordinateOptions(CoordinateSystem coordinateSystem,
CoordinateComponent component,
LocationFilter filter)
Constructs a FilteredCoordinateOptions object with the given
attribute values.
|
OrbitGraphOptions(CoordinateSystem coordinateSystem,
boolean combined,
boolean xyView,
boolean xzView,
boolean yzView,
boolean xrView,
boolean sunToRight,
GraphScale manualScale,
boolean evenAxesScales,
boolean showBowShockMagnetopause,
float solarWindPressure,
float imfBz,
GraphFormatOptions formatOptions)
Constructs a GraphOptions object with the given attribute 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.