Enum Class AttitudeEntryKey
- All Implemented Interfaces:
Serializable,Comparable<AttitudeEntryKey>,Constable
Keys for
attitude entries in XML messages.- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRotation about first axis.Rotation about first axis.Rotation about second axis.Rotation about second axis.Rotation about third axis.Rotation about third axis.Angular velocity sub-sub-section.Angular velocity about X axis.Angular velocity about Y axis.Angular velocity about Z axis.Entry epoch.Euler angle sub-section.Euler angle/angular velocity sub-section.Euler angle/derivative sub-section.Euler angle/rate sub-section (only for ADM V1).Right ascension of angular momentum vector.Declination of angular momentum vector.Nutation angle entry.Nutation period entry.Nutation phase entry.Nutation velocity entry.Quaternion first vectorial component.Quaternion first vectorial component.Quaternion second vectorial component.Quaternion second vectorial component.Quaternion third vectorial component.Quaternion third vectorial component.Quaternion scalar component.Quaternion scalar component.Quaternion sub-sub-section.Quaternion/angular velocity sub-section.Quaternion/derivative sub-section.Quaternion rate sub-sub-section.Quaternion state sub-section.Quaternion/rate sub-section (only for ADM V1).Quaternion rate sub-sub-section(only for ADM V1).Quaternion state sub-section (only for ADM V1).Rotation angles sub-sub-section (only for ADM V1).Rotation rates sub-sub-section (only for ADM V1).Spin sub-section.Right ascension of spin axis vector.Phase of satellite about spin axis.angular velocity of satellite around spin axis.Declination of spin axis vector.Spin/nutation sub-section.Spin/nutation/momentum sub-section.Rotation about X axis (only for ADM V1).Rotation about X axis (only for ADM V1).Rotation about Y axis (only for ADM V1).Rotation about Y axis (only for ADM V1).Rotation about Z axis (only for ADM V1).Rotation about Z axis (only for ADM V1). -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(ParseToken token, ContextBinding context, org.orekit.files.ccsds.ndm.adm.aem.AttitudeEntry container) Process an token.static AttitudeEntryKeyReturns the enum constant of this class with the specified name.static AttitudeEntryKey[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
quaternionState
Quaternion state sub-section (only for ADM V1). -
quaternionEphemeris
Quaternion state sub-section.- Since:
- 12.0
-
quaternionDerivative
Quaternion/derivative sub-section. -
quaternionEulerRate
Quaternion/rate sub-section (only for ADM V1). -
quaternionAngVel
Quaternion/angular velocity sub-section.- Since:
- 12.0
-
eulerAngle
Euler angle sub-section. -
eulerAngleRate
Euler angle/rate sub-section (only for ADM V1). -
eulerAngleDerivative
Euler angle/derivative sub-section.- Since:
- 12.0
-
eulerAngleAngVel
Euler angle/angular velocity sub-section.- Since:
- 12.0
-
spin
Spin sub-section. -
spinNutation
Spin/nutation sub-section. -
spinNutationMom
Spin/nutation/momentum sub-section.- Since:
- 12.0
-
quaternion
Quaternion sub-sub-section. -
quaternionRate
Quaternion rate sub-sub-section(only for ADM V1). -
quaternionDot
Quaternion rate sub-sub-section.- Since:
- 12.0
-
rotationAngles
Rotation angles sub-sub-section (only for ADM V1). -
rotationRates
Rotation rates sub-sub-section (only for ADM V1). -
angVel
Angular velocity sub-sub-section.- Since:
- 12.0
-
EPOCH
Entry epoch. -
Q1
Quaternion first vectorial component. -
Q2
Quaternion second vectorial component. -
Q3
Quaternion third vectorial component. -
QC
Quaternion scalar component. -
Q1_DOT
Quaternion first vectorial component. -
Q2_DOT
Quaternion second vectorial component. -
Q3_DOT
Quaternion third vectorial component. -
QC_DOT
Quaternion scalar component. -
ANGVEL_X
Angular velocity about X axis.- Since:
- 12.0
-
ANGVEL_Y
Angular velocity about Y axis.- Since:
- 12.0
-
ANGVEL_Z
Angular velocity about Z axis.- Since:
- 12.0
-
ANGLE_1
Rotation about first axis.- Since:
- 12.0
-
ANGLE_2
Rotation about second axis.- Since:
- 12.0
-
ANGLE_3
Rotation about third axis.- Since:
- 12.0
-
ANGLE_1_DOT
Rotation about first axis.- Since:
- 12.0
-
ANGLE_2_DOT
Rotation about second axis.- Since:
- 12.0
-
ANGLE_3_DOT
Rotation about third axis.- Since:
- 12.0
-
X_ANGLE
Rotation about X axis (only for ADM V1). -
Y_ANGLE
Rotation about Y axis (only for ADM V1). -
Z_ANGLE
Rotation about Z axis (only for ADM V1). -
X_RATE
Rotation about X axis (only for ADM V1). -
Y_RATE
Rotation about Y axis (only for ADM V1). -
Z_RATE
Rotation about Z axis (only for ADM V1). -
SPIN_ALPHA
Right ascension of spin axis vector. -
SPIN_DELTA
Declination of spin axis vector. -
SPIN_ANGLE
Phase of satellite about spin axis. -
SPIN_ANGLE_VEL
angular velocity of satellite around spin axis. -
NUTATION
Nutation angle entry. -
NUTATION_PER
Nutation period entry. -
NUTATION_PHASE
Nutation phase entry. -
MOMENTUM_ALPHA
Right ascension of angular momentum vector.- Since:
- 12.0
-
MOMENTUM_DELTA
Declination of angular momentum vector.- Since:
- 12.0
-
NUTATION_VEL
Nutation velocity entry.- Since:
- 12.0
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
process
public boolean process(ParseToken token, ContextBinding context, org.orekit.files.ccsds.ndm.adm.aem.AttitudeEntry container) Process an token.- Parameters:
token- token to processcontext- context bindingcontainer- container to fill- Returns:
- true of token was accepted
-