Modifier and Type | Method and Description |
---|---|
static SpaceRegion |
SpaceRegion.fromValue(int value)
Provides the space region corresponding to the given integer
value.
|
static SpaceRegion |
SpaceRegion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpaceRegion[] |
SpaceRegion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SpaceRegion> |
SatelliteData.getSpacecraftRegion()
Gets the spacecraftRegion value.
|
Modifier and Type | Method and Description |
---|---|
void |
SatelliteData.setSpacecraftRegion(java.util.List<SpaceRegion> value)
Sets the spacecraftRegion value.
|
Constructor and Description |
---|
SatelliteData(java.lang.String id,
java.util.List<CoordinateData> coordinates,
java.util.List<java.util.Calendar> time,
java.util.List<BTraceData> bTraceData,
java.util.List<java.lang.Double> radialLength,
java.util.List<java.lang.Double> magneticStrength,
java.util.List<java.lang.Double> neutralSheetDistance,
java.util.List<java.lang.Double> bowShockDistance,
java.util.List<java.lang.Double> magnetoPauseDistance,
java.util.List<java.lang.Double> dipoleLValue,
java.util.List<java.lang.Float> dipoleInvariantLatitude,
java.util.List<SpaceRegion> spacecraftRegion,
java.util.List<FootpointRegion> radialTraceFootpointRegion,
java.util.List<java.lang.Double> bGseX,
java.util.List<java.lang.Double> bGseY,
java.util.List<java.lang.Double> bGseZ,
java.util.List<FootpointRegion> northBTracedRegions,
java.util.List<FootpointRegion> southBTracedRegions)
Constructs a SatelliteData 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.