Enum Class OrbitCovarianceHistoryMetadataKey
java.lang.Object
java.lang.Enum<OrbitCovarianceHistoryMetadataKey>
org.orekit.files.ccsds.ndm.odm.ocm.OrbitCovarianceHistoryMetadataKey
- All Implemented Interfaces:
Serializable,Comparable<OrbitCovarianceHistoryMetadataKey>,Constable
Keys for
covariance history container entries.- 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 ConstantDescriptionComment entry.Basis of this covariance time history data.Identification number of the orbit determination or simulation upon which this covariance is based.Masure of confidence in covariance error matching reality.Epoch of thecovariance reference frame.Covariance identification number.Identification number of next covariance.Covariance ordering.Identification number of previous covariance.Reference frame of the covariance.Maximum scale factor to apply to achieve realism.Minimum scale factor to apply to achieve realism.Covariance element set type.SI units for each elements of the covariance. -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(ParseToken token, ContextBinding context, OrbitCovarianceHistoryMetadata container) Process an token.Returns the enum constant of this class with the specified name.static OrbitCovarianceHistoryMetadataKey[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COMMENT
Comment entry. -
COV_ID
Covariance identification number. -
COV_PREV_ID
Identification number of previous covariance. -
COV_NEXT_ID
Identification number of next covariance. -
COV_BASIS
Basis of this covariance time history data. -
COV_BASIS_ID
Identification number of the orbit determination or simulation upon which this covariance is based. -
COV_REF_FRAME
Reference frame of the covariance. -
COV_FRAME_EPOCH
Epoch of thecovariance reference frame. -
COV_SCALE_MIN
Minimum scale factor to apply to achieve realism. -
COV_SCALE_MAX
Maximum scale factor to apply to achieve realism. -
COV_CONFIDENCE
Masure of confidence in covariance error matching reality. -
COV_TYPE
Covariance element set type.- See Also:
-
COV_ORDERING
Covariance ordering. -
COV_UNITS
SI units for each elements of the covariance.
-
-
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, OrbitCovarianceHistoryMetadata container) Process an token.- Parameters:
token- token to processcontext- context bindingcontainer- container to fill- Returns:
- true of token was accepted
-