Package org.orekit.files.ccsds.ndm.cdm
Enum Class RTNCovarianceKey
- All Implemented Interfaces:
Serializable,Comparable<RTNCovarianceKey>,Constable
Keys for
CDM covariance matrix entries.- Since:
- 11.2
- Author:
- Melina Vanel
-
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,3].Object covariance matrix [7,6].Object covariance matrix [7,1].Object covariance matrix [7,4].Object covariance matrix [7,2].Object covariance matrix [7,5].Object covariance matrix [3,3].Object covariance matrix [3,1].Object covariance matrix [3,2].Object covariance matrix [6,3].Object covariance matrix [6,6].Object covariance matrix [6,1].Object covariance matrix [6,4].Object covariance matrix [6,2].Object covariance matrix [6,5].Comment entry.Object covariance matrix [1,1].Object covariance matrix [4,3].Object covariance matrix [4,1].Object covariance matrix [4,4].Object covariance matrix [4,2].Object covariance matrix [8,7].Object covariance matrix [8,3].Object covariance matrix [8,6].Object covariance matrix [8,1].Object covariance matrix [8,4].Object covariance matrix [8,9].Object covariance matrix [8,2].Object covariance matrix [8,5].Object covariance matrix [2,1].Object covariance matrix [2,2].Object covariance matrix [5,3].Object covariance matrix [5,1].Object covariance matrix [5,4].Object covariance matrix [5,2].Object covariance matrix [5,5].Object covariance matrix [9,7].Object covariance matrix [9,3].Object covariance matrix [9,6].Object covariance matrix [9,1].Object covariance matrix [9,4].Object covariance matrix [9,8].Object covariance matrix [9,2].Object covariance matrix [9,5].Object covariance matrix [9,9]. -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(ParseToken token, ContextBinding context, RTNCovariance container) Process one token.static RTNCovarianceKeyReturns the enum constant of this class with the specified name.static RTNCovarianceKey[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COMMENT
Comment entry. -
CR_R
Object covariance matrix [1,1]. -
CT_R
Object covariance matrix [2,1]. -
CT_T
Object covariance matrix [2,2]. -
CN_R
Object covariance matrix [3,1]. -
CN_T
Object covariance matrix [3,2]. -
CN_N
Object covariance matrix [3,3]. -
CRDOT_R
Object covariance matrix [4,1]. -
CRDOT_T
Object covariance matrix [4,2]. -
CRDOT_N
Object covariance matrix [4,3]. -
CRDOT_RDOT
Object covariance matrix [4,4]. -
CTDOT_R
Object covariance matrix [5,1]. -
CTDOT_T
Object covariance matrix [5,2]. -
CTDOT_N
Object covariance matrix [5,3]. -
CTDOT_RDOT
Object covariance matrix [5,4]. -
CTDOT_TDOT
Object covariance matrix [5,5]. -
CNDOT_R
Object covariance matrix [6,1]. -
CNDOT_T
Object covariance matrix [6,2]. -
CNDOT_N
Object covariance matrix [6,3]. -
CNDOT_RDOT
Object covariance matrix [6,4]. -
CNDOT_TDOT
Object covariance matrix [6,5]. -
CNDOT_NDOT
Object covariance matrix [6,6]. -
CDRG_R
Object covariance matrix [7,1]. -
CDRG_T
Object covariance matrix [7,2]. -
CDRG_N
Object covariance matrix [7,3]. -
CDRG_RDOT
Object covariance matrix [7,4]. -
CDRG_TDOT
Object covariance matrix [7,5]. -
CDRG_NDOT
Object covariance matrix [7,6]. -
CDRG_DRG
Object covariance matrix [7,7]. -
CSRP_R
Object covariance matrix [8,1]. -
CSRP_T
Object covariance matrix [8,2]. -
CSRP_N
Object covariance matrix [8,3]. -
CSRP_RDOT
Object covariance matrix [8,4]. -
CSRP_TDOT
Object covariance matrix [8,5]. -
CSRP_NDOT
Object covariance matrix [8,6]. -
CSRP_DRG
Object covariance matrix [8,7]. -
CSRP_SRP
Object covariance matrix [8,9]. -
CTHR_R
Object covariance matrix [9,1]. -
CTHR_T
Object covariance matrix [9,2]. -
CTHR_N
Object covariance matrix [9,3]. -
CTHR_RDOT
Object covariance matrix [9,4]. -
CTHR_TDOT
Object covariance matrix [9,5]. -
CTHR_NDOT
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
-