public enum KeplerianElementsKey extends Enum<KeplerianElementsKey>
Keplerian elements
entries.Enum Constant and Description |
---|
ARG_OF_PERICENTER
Orbit argument of pericenter.
|
COMMENT
Comment entry.
|
ECCENTRICITY
Orbit eccentricity.
|
EPOCH
Epoch of Keplerian elements.
|
GM
Gravitational coefficient.
|
INCLINATION
Orbit inclination.
|
MEAN_ANOMALY
Orbit mean anomaly.
|
MEAN_MOTION
Mean motion.
|
RA_OF_ASC_NODE
Orbit right ascension of ascending node.
|
SEMI_MAJOR_AXIS
Orbit semi-major axis.
|
TRUE_ANOMALY
Orbit true anomaly.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
KeplerianElements container)
Process one token.
|
static KeplerianElementsKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeplerianElementsKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeplerianElementsKey COMMENT
public static final KeplerianElementsKey EPOCH
public static final KeplerianElementsKey SEMI_MAJOR_AXIS
public static final KeplerianElementsKey MEAN_MOTION
public static final KeplerianElementsKey ECCENTRICITY
public static final KeplerianElementsKey INCLINATION
public static final KeplerianElementsKey RA_OF_ASC_NODE
public static final KeplerianElementsKey ARG_OF_PERICENTER
public static final KeplerianElementsKey TRUE_ANOMALY
public static final KeplerianElementsKey MEAN_ANOMALY
public static final KeplerianElementsKey GM
public static KeplerianElementsKey[] values()
for (KeplerianElementsKey c : KeplerianElementsKey.values()) System.out.println(c);
public static KeplerianElementsKey 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, KeplerianElements container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2022 CS GROUP. All rights reserved.