public enum ODParametersKey extends Enum<ODParametersKey>
CDM OD parameters
entries.Enum Constant and Description |
---|
ACTUAL_OD_SPAN
Based on the observations available and the RECOMMENDED_OD_SPAN, the actual time span used for the OD of the object.
|
COMMENT
Comment entry.
|
OBS_AVAILABLE
The number of observations available for the OD of the object.
|
OBS_USED
The number of observations accepted for the OD of the object.
|
OD_EPOCH
The epoch of the orbit determination used for this message (UTC).
|
RECOMMENDED_OD_SPAN
The recommended OD time span calculated for the object.
|
RESIDUALS_ACCEPTED
The percentage of residuals accepted in the OD of the object (from 0 to 100).
|
TIME_LASTOB_END
The start of a time interval (UTC) that contains the time of the last accepted observation.
|
TIME_LASTOB_START
The start of a time interval (UTC) that contains the time of the last accepted observation.
|
TRACKS_AVAILABLE
The number of sensor tracks available for the OD of the object.
|
TRACKS_USED
The number of sensor tracks accepted for the OD of the object.
|
WEIGHTED_RMS
The weighted Root Mean Square (RMS) of the residuals from a batch least squares OD.
|
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
ODParameters container)
Process one token.
|
static ODParametersKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODParametersKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODParametersKey COMMENT
public static final ODParametersKey TIME_LASTOB_START
public static final ODParametersKey TIME_LASTOB_END
public static final ODParametersKey RECOMMENDED_OD_SPAN
public static final ODParametersKey ACTUAL_OD_SPAN
public static final ODParametersKey OBS_AVAILABLE
public static final ODParametersKey OBS_USED
public static final ODParametersKey TRACKS_AVAILABLE
public static final ODParametersKey TRACKS_USED
public static final ODParametersKey RESIDUALS_ACCEPTED
public static final ODParametersKey WEIGHTED_RMS
public static final ODParametersKey OD_EPOCH
public static ODParametersKey[] values()
for (ODParametersKey c : ODParametersKey.values()) System.out.println(c);
public static ODParametersKey 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, ODParameters container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2023 CS GROUP. All rights reserved.