public enum Keyword extends Enum<Keyword>
Enum Constant and Description |
---|
ARG_OF_PERICENTER
Orbit argument of pericenter.
|
BSTAR
SGP/SGP4 drag-like coefficient.
|
CCSDS_OEM_VERS
File creation date in UTC.
|
CCSDS_OMM_VERS
CCSDS OMM format version.
|
CCSDS_OPM_VERS
CCSDS OPM format version.
|
CENTER_NAME
Origin of reference frame.
|
CLASSIFICATION_TYPE
Classification type.
|
COMMENT
Comments specific to a ODM file.
|
COV_REF_FRAME
Coordinate system for covariance matrix.
|
COVARIANCE_START
This keyword must appear before the first line of the covariance matrix data.
|
COVARIANCE_STOP
This keyword must appear after the last line of the covariance matrix data.
|
CREATION_DATE
CCSDS OEM format version.
|
CX_DOT_X
Covariance matrix [4,1] element.
|
CX_DOT_X_DOT
Covariance matrix [4,4] element.
|
CX_DOT_Y
Covariance matrix [4,2] element.
|
CX_DOT_Z
Covariance matrix [4,3] element.
|
CX_X
Covariance matrix [1,1] element.
|
CY_DOT_X
Covariance matrix [5,1] element.
|
CY_DOT_X_DOT
Covariance matrix [5,4] element.
|
CY_DOT_Y
Covariance matrix [5,2] element.
|
CY_DOT_Y_DOT
Covariance matrix [5,5] element.
|
CY_DOT_Z
Covariance matrix [5,3] element.
|
CY_X
Covariance matrix [2,1] element.
|
CY_Y
Covariance matrix [2,2] element.
|
CZ_DOT_X
Covariance matrix [6,1] element.
|
CZ_DOT_X_DOT
Covariance matrix [6,4] element.
|
CZ_DOT_Y
Covariance matrix [6,2] element.
|
CZ_DOT_Y_DOT
Covariance matrix [6,5] element.
|
CZ_DOT_Z
Covariance matrix [6,3] element.
|
CZ_DOT_Z_DOT
Covariance matrix [6,6] element.
|
CZ_X
Covariance matrix [3,1] element.
|
CZ_Y
Covariance matrix [3,2] element.
|
CZ_Z
Covariance matrix [3,3] element.
|
DRAG_AREA
Drag area.
|
DRAG_COEFF
Drag coefficient.
|
ECCENTRICITY
Orbit eccentricity.
|
ELEMENT_SET_NO
Element set number of the satellite.
|
EPHEMERIS_TYPE
Ephemeris type.
|
EPOCH
Epoch of state vector and optional Keplerian elements.
|
GM
Gravitational coefficient.
|
INCLINATION
Orbit inclination.
|
INTERPOLATION
The interpolation method to be used.
|
INTERPOLATION_DEGREE
The interpolation degree.
|
MAN_DELTA_MASS
Mass change during maneuver (value is < 0).
|
MAN_DURATION
Maneuver duration (If = 0, impulsive maneuver).
|
MAN_DV_1
First component of the velocity increment.
|
MAN_DV_2
Second component of the velocity increment.
|
MAN_DV_3
Third component of the velocity increment.
|
MAN_EPOCH_IGNITION
Epoch of ignition.
|
MAN_REF_FRAME
Coordinate system for velocity increment vector.
|
MASS
Spacecraft mass.
|
MEAN_ANOMALY
Orbit mean anomaly.
|
MEAN_ELEMENT_THEORY
Mean element theory.
|
MEAN_MOTION
Mean Motion.
|
MEAN_MOTION_DDOT
Second Time Derivative of the Mean Motion.
|
MEAN_MOTION_DOT
First Time Derivative of the Mean Motion.
|
META_START
Keyword used to delineate the start of a metadata block.
|
META_STOP
Keyword used to delineate the end of a metadata block.
|
NORAD_CAT_ID
NORAD catalogue number.
|
OBJECT_ID
Object identifier of the object for which the orbit state is provided.
|
OBJECT_NAME
Spacecraft name for which the orbit state is provided.
|
ORIGINATOR
Creating agency or operator.
|
RA_OF_ASC_NODE
Orbit right ascension of ascending node.
|
REF_FRAME
Name of the reference frame in which the state vector and optional Keplerian element data are given.
|
REF_FRAME_EPOCH
Epoch of reference frame, if not intrinsic to the definition of the reference frame.
|
REV_AT_EPOCH
Revolution Number.
|
SEMI_MAJOR_AXIS
Orbit semi-major axis.
|
SOLAR_RAD_AREA
Solar radiation pressure area.
|
SOLAR_RAD_COEFF
Solar radiation pressure coefficient.
|
START_TIME
Start of total time span covered by ephemerides data and covariance data.
|
STOP_TIME
End of total time span covered by ephemerides data and covariance data.
|
TIME_SYSTEM
Time system used for state vector, maneuver, and covariance data.
|
TRUE_ANOMALY
Orbit true anomaly.
|
USEABLE_START_TIME
Start of useable time span covered by ephemerides data, it may be
necessary to allow for proper interpolation.
|
USEABLE_STOP_TIME
End of useable time span covered by ephemerides data, it may be
necessary to allow for proper interpolation.
|
USER_DEFINED_X
User defined parameter, where X is replaced by a variable length user specified character
string.
|
X
Position vector X-component.
|
X_DOT
Velocity vector X-component.
|
Y
Position vector Y-component.
|
Y_DOT
Velocity vector Y-component.
|
Z
Position vector Z-component.
|
Z_DOT
Velocity vector Z-component.
|
Modifier and Type | Method and Description |
---|---|
static Keyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Keyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Keyword COMMENT
public static final Keyword CCSDS_OPM_VERS
public static final Keyword CCSDS_OMM_VERS
public static final Keyword CCSDS_OEM_VERS
public static final Keyword CREATION_DATE
public static final Keyword ORIGINATOR
public static final Keyword OBJECT_NAME
public static final Keyword OBJECT_ID
public static final Keyword CENTER_NAME
public static final Keyword REF_FRAME
public static final Keyword REF_FRAME_EPOCH
public static final Keyword TIME_SYSTEM
public static final Keyword MEAN_ELEMENT_THEORY
public static final Keyword EPOCH
public static final Keyword X
public static final Keyword Y
public static final Keyword Z
public static final Keyword X_DOT
public static final Keyword Y_DOT
public static final Keyword Z_DOT
public static final Keyword SEMI_MAJOR_AXIS
public static final Keyword MEAN_MOTION
public static final Keyword ECCENTRICITY
public static final Keyword INCLINATION
public static final Keyword RA_OF_ASC_NODE
public static final Keyword ARG_OF_PERICENTER
public static final Keyword TRUE_ANOMALY
public static final Keyword MEAN_ANOMALY
public static final Keyword GM
public static final Keyword MASS
public static final Keyword SOLAR_RAD_AREA
public static final Keyword SOLAR_RAD_COEFF
public static final Keyword DRAG_AREA
public static final Keyword DRAG_COEFF
public static final Keyword EPHEMERIS_TYPE
public static final Keyword CLASSIFICATION_TYPE
public static final Keyword NORAD_CAT_ID
public static final Keyword ELEMENT_SET_NO
public static final Keyword REV_AT_EPOCH
public static final Keyword BSTAR
public static final Keyword MEAN_MOTION_DOT
public static final Keyword MEAN_MOTION_DDOT
public static final Keyword COV_REF_FRAME
public static final Keyword CX_X
public static final Keyword CY_X
public static final Keyword CY_Y
public static final Keyword CZ_X
public static final Keyword CZ_Y
public static final Keyword CZ_Z
public static final Keyword CX_DOT_X
public static final Keyword CX_DOT_Y
public static final Keyword CX_DOT_Z
public static final Keyword CX_DOT_X_DOT
public static final Keyword CY_DOT_X
public static final Keyword CY_DOT_Y
public static final Keyword CY_DOT_Z
public static final Keyword CY_DOT_X_DOT
public static final Keyword CY_DOT_Y_DOT
public static final Keyword CZ_DOT_X
public static final Keyword CZ_DOT_Y
public static final Keyword CZ_DOT_Z
public static final Keyword CZ_DOT_X_DOT
public static final Keyword CZ_DOT_Y_DOT
public static final Keyword CZ_DOT_Z_DOT
public static final Keyword MAN_EPOCH_IGNITION
public static final Keyword MAN_DURATION
public static final Keyword MAN_DELTA_MASS
public static final Keyword MAN_REF_FRAME
public static final Keyword MAN_DV_1
public static final Keyword MAN_DV_2
public static final Keyword MAN_DV_3
public static final Keyword USER_DEFINED_X
public static final Keyword META_START
public static final Keyword META_STOP
public static final Keyword COVARIANCE_START
public static final Keyword START_TIME
public static final Keyword USEABLE_START_TIME
public static final Keyword USEABLE_STOP_TIME
public static final Keyword STOP_TIME
public static final Keyword INTERPOLATION
public static final Keyword INTERPOLATION_DEGREE
public static final Keyword COVARIANCE_STOP
public static Keyword[] values()
for (Keyword c : Keyword.values()) System.out.println(c);
public static Keyword valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002-2015 CS Systèmes d'information. All rights reserved.