public enum OmmTleKey extends Enum<OmmTleKey>
TLE
entries.Enum Constant and Description |
---|
BSTAR
SGP/SGP4 drag-like coefficient.
|
CLASSIFICATION_TYPE
Classifiation type.
|
COMMENT
Comment entry.
|
ELEMENT_SET_NO
Element set number for this satellite.
|
EPHEMERIS_TYPE
Ephemeris Type, only required if MEAN_ELEMENT_THEORY = SGP/SGP4.
|
MEAN_MOTION_DDOT
Second time derivative of mean motion.
|
MEAN_MOTION_DOT
First time derivative of mean motion.
|
NORAD_CAT_ID
NORAD Catalog Number.
|
REV_AT_EPOCH
Revolution number.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
OmmTle container)
Process one token.
|
static OmmTleKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OmmTleKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OmmTleKey COMMENT
public static final OmmTleKey EPHEMERIS_TYPE
public static final OmmTleKey CLASSIFICATION_TYPE
public static final OmmTleKey NORAD_CAT_ID
public static final OmmTleKey ELEMENT_SET_NO
public static final OmmTleKey REV_AT_EPOCH
public static final OmmTleKey BSTAR
public static final OmmTleKey MEAN_MOTION_DOT
public static final OmmTleKey MEAN_MOTION_DDOT
public static OmmTleKey[] values()
for (OmmTleKey c : OmmTleKey.values()) System.out.println(c);
public static OmmTleKey valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean process(ParseToken token, ContextBinding context, OmmTle container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2022 CS GROUP. All rights reserved.