public enum AdditionalParametersKey extends Enum<AdditionalParametersKey>
CDM additional parameters entries.| Enum Constant and Description |
|---|
AREA_DRG
The effective area of the object exposed to atmospheric drag.
|
AREA_PC
The actual area of the object.
|
AREA_SRP
The effective area of the object exposed to solar radiation pressure.
|
CD_AREA_OVER_MASS
The object’s Cd x A/m used to propagate the state vector and covariance to TCA.
|
COMMENT
Comment entry.
|
CR_AREA_OVER_MASS
The object’s Cr x A/m used to propagate the state vector and covariance to TCA.
|
MASS
The mass of the object.
|
SEDR
The amount of energy being removed from the object’s orbit by atmospheric drag.
|
THRUST_ACCELERATION
The object’s acceleration due to in-track thrust used to propagate the state vector and covariance to TCA.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(ParseToken token,
ContextBinding context,
AdditionalParameters container)
Process one token.
|
static AdditionalParametersKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdditionalParametersKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdditionalParametersKey COMMENT
public static final AdditionalParametersKey AREA_PC
public static final AdditionalParametersKey AREA_DRG
public static final AdditionalParametersKey AREA_SRP
public static final AdditionalParametersKey MASS
public static final AdditionalParametersKey CD_AREA_OVER_MASS
public static final AdditionalParametersKey CR_AREA_OVER_MASS
public static final AdditionalParametersKey THRUST_ACCELERATION
public static final AdditionalParametersKey SEDR
public static AdditionalParametersKey[] values()
for (AdditionalParametersKey c : AdditionalParametersKey.values()) System.out.println(c);
public static AdditionalParametersKey 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, AdditionalParameters container)
token - token to processcontext - context bindingcontainer - container to fillCopyright © 2002-2022 CS GROUP. All rights reserved.