Package org.orekit.files.ccsds.ndm.cdm
Enum Class XYZCovarianceKey
- All Implemented Interfaces:
Serializable,Comparable<XYZCovarianceKey>,Constable
Keys for
CDM covariance matrix entries.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionObject covariance matrix [7,7].Object covariance matrix [7,1].Object covariance matrix [7,4].Object covariance matrix [7,2].Object covariance matrix [7,5].Object covariance matrix [7,3].Object covariance matrix [7,6].Comment entry.Object covariance matrix [8,7].Object covariance matrix [8,9].Object covariance matrix [8,1].Object covariance matrix [8,4].Object covariance matrix [8,2].Object covariance matrix [8,5].Object covariance matrix [8,3].Object covariance matrix [8,6].Object covariance matrix [9,7].Object covariance matrix [9,8].Object covariance matrix [9,9].Object covariance matrix [9,1].Object covariance matrix [9,4].Object covariance matrix [9,2].Object covariance matrix [9,5].Object covariance matrix [9,3].Object covariance matrix [9,6].Object covariance matrix [1,1].Object covariance matrix [4,1].Object covariance matrix [4,4].Object covariance matrix [4,2].Object covariance matrix [4,3].Object covariance matrix [2,1].Object covariance matrix [2,2].Object covariance matrix [5,1].Object covariance matrix [5,4].Object covariance matrix [5,2].Object covariance matrix [5,5].Object covariance matrix [5,3].Object covariance matrix [3,1].Object covariance matrix [3,2].Object covariance matrix [3,3].Object covariance matrix [6,1].Object covariance matrix [6,4].Object covariance matrix [6,2].Object covariance matrix [6,5].Object covariance matrix [6,3].Object covariance matrix [6,6]. -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(ParseToken token, ContextBinding context, XYZCovariance container) Process one token.static XYZCovarianceKeyReturns the enum constant of this class with the specified name.static XYZCovarianceKey[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COMMENT
Comment entry. -
CX_X
Object covariance matrix [1,1]. -
CY_X
Object covariance matrix [2,1]. -
CY_Y
Object covariance matrix [2,2]. -
CZ_X
Object covariance matrix [3,1]. -
CZ_Y
Object covariance matrix [3,2]. -
CZ_Z
Object covariance matrix [3,3]. -
CXDOT_X
Object covariance matrix [4,1]. -
CXDOT_Y
Object covariance matrix [4,2]. -
CXDOT_Z
Object covariance matrix [4,3]. -
CXDOT_XDOT
Object covariance matrix [4,4]. -
CYDOT_X
Object covariance matrix [5,1]. -
CYDOT_Y
Object covariance matrix [5,2]. -
CYDOT_Z
Object covariance matrix [5,3]. -
CYDOT_XDOT
Object covariance matrix [5,4]. -
CYDOT_YDOT
Object covariance matrix [5,5]. -
CZDOT_X
Object covariance matrix [6,1]. -
CZDOT_Y
Object covariance matrix [6,2]. -
CZDOT_Z
Object covariance matrix [6,3]. -
CZDOT_XDOT
Object covariance matrix [6,4]. -
CZDOT_YDOT
Object covariance matrix [6,5]. -
CZDOT_ZDOT
Object covariance matrix [6,6]. -
CDRG_X
Object covariance matrix [7,1]. -
CDRG_Y
Object covariance matrix [7,2]. -
CDRG_Z
Object covariance matrix [7,3]. -
CDRG_XDOT
Object covariance matrix [7,4]. -
CDRG_YDOT
Object covariance matrix [7,5]. -
CDRG_ZDOT
Object covariance matrix [7,6]. -
CDRG_DRG
Object covariance matrix [7,7]. -
CSRP_X
Object covariance matrix [8,1]. -
CSRP_Y
Object covariance matrix [8,2]. -
CSRP_Z
Object covariance matrix [8,3]. -
CSRP_XDOT
Object covariance matrix [8,4]. -
CSRP_YDOT
Object covariance matrix [8,5]. -
CSRP_ZDOT
Object covariance matrix [8,6]. -
CSRP_DRG
Object covariance matrix [8,7]. -
CSRP_SRP
Object covariance matrix [8,9]. -
CTHR_X
Object covariance matrix [9,1]. -
CTHR_Y
Object covariance matrix [9,2]. -
CTHR_Z
Object covariance matrix [9,3]. -
CTHR_XDOT
Object covariance matrix [9,4]. -
CTHR_YDOT
Object covariance matrix [9,5]. -
CTHR_ZDOT
Object covariance matrix [9,6]. -
CTHR_DRG
Object covariance matrix [9,7]. -
CTHR_SRP
Object covariance matrix [9,8]. -
CTHR_THR
Object covariance matrix [9,9].
-
-
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
Process one token.- Parameters:
token- token to processcontext- context bindingcontainer- container to fill- Returns:
- true of token was accepted
-