Modifier and Type | Method and Description |
---|---|
static CoordinateSystem |
CoordinateSystem.fromValue(int value)
Provides the CoordinateSystem corresponding to the given integer
value.
|
CoordinateSystem |
Request.getCoordinateSystem()
Gets the CoordinateSystem.
|
CoordinateSystem |
Trajectory.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 |
Request.setCoordinateSystem(CoordinateSystem value)
Sets the CoordinateSystem.
|
void |
Trajectory.setCoordinateSystem(CoordinateSystem value)
Sets the coordinateSystem value.
|
Constructor and Description |
---|
Request(java.util.List<java.lang.String> objects,
CoordinateSystem coordinateSystem,
java.util.Calendar beginDate,
java.util.Calendar endDate,
int resolution)
Constructs an Request object with the given attribute
values.
|
Trajectory(java.lang.String id,
java.util.List<java.util.Calendar> time,
CoordinateSystem coordinateSystem,
java.util.List<java.lang.Double> radius,
java.util.List<java.lang.Double> latitude,
java.util.List<java.lang.Double> longitude)
Constructs a Trajectory with the given attribute values.
|
SSC Feedback.
Copyright © 2007-2014 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 Right s Reserved.