Enum Class OmmTleKey
- All Implemented Interfaces:
Serializable,Comparable<OmmTleKey>,Constable
Keys for
TLE 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 ConstantDescriptionSGP4-XP solar radiation pressure-like coefficient.SGP/SGP4 drag-like coefficient.SGP4-XP drag-like coefficient.Classifiation type.Comment entry.Element set number for this satellite.Ephemeris Type, only required if MEAN_ELEMENT_THEORY = SGP/SGP4.Second time derivative of mean motion.First time derivative of mean motion.NORAD Catalog Number.Revolution number. -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(ParseToken token, ContextBinding context, OmmTle container) Process one token.static OmmTleKeyReturns the enum constant of this class with the specified name.static OmmTleKey[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COMMENT
Comment entry. -
EPHEMERIS_TYPE
Ephemeris Type, only required if MEAN_ELEMENT_THEORY = SGP/SGP4. -
CLASSIFICATION_TYPE
Classifiation type. -
NORAD_CAT_ID
NORAD Catalog Number. -
ELEMENT_SET_NO
Element set number for this satellite. -
REV_AT_EPOCH
Revolution number. -
BSTAR
SGP/SGP4 drag-like coefficient. -
BTERM
SGP4-XP drag-like coefficient.- Since:
- 12.0
-
MEAN_MOTION_DOT
First time derivative of mean motion. -
MEAN_MOTION_DDOT
Second time derivative of mean motion. -
AGOM
SGP4-XP solar radiation pressure-like coefficient.- 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
Process one token.- Parameters:
token- token to processcontext- context bindingcontainer- container to fill- Returns:
- true of token was accepted
-