public enum OcmMetadataKey extends Enum<OcmMetadataKey>
OCM container
entries.Enum Constant and Description |
---|
ADM_MESSAGE_LINK
Unique identifier of Attitude Data Message linked to this Orbit Data Message.
|
ALTERNATE_NAMES
Alternate names fir this space object.
|
CATALOG_NAME
Specification of satellite catalog source.
|
CDM_MESSAGE_LINK
Unique identifier of Conjunction Data Message linked to this Orbit Data Message.
|
CELESTIAL_SOURCE
Source and version of celestial body (e.g.
|
CLASSIFICATION
Classification of this message.
|
CONSTELLATION
Name of the constellation this space object belongs to.
|
COUNTRY
Name of the country where the space object owner is based.
|
EOP_SOURCE
Source and version of Earth Orientation Parameters.
|
EPOCH_TZERO
Default epoch to which all relative times are referenced in data blocks,
unless overridden by block-specific
EPOCH_TZERO values. |
INTERNATIONAL_DESIGNATOR
International designator for the object as assigned by the UN Committee
on Space Research (COSPAR) and the US National Space Science Data Center (NSSDC).
|
INTERP_METHOD_EOP
Interpolation method for Earth Orientation Parameters.
|
NEXT_MESSAGE_EPOCH
Creation date of next message from a given originator.
|
NEXT_MESSAGE_ID
Unique ID identifying next message from a given originator.
|
OBJECT_DESIGNATOR
Unique satellite identification designator for the object.
|
OBJECT_TYPE
Type of object.
|
OCM_DATA_ELEMENTS
List of elements of information data blocks included in this message.
|
OPERATOR
Operator of the space object.
|
OPS_STATUS
Operational status.
|
ORBIT_CATEGORY
Orbit category.
|
ORIGINATOR_ADDRESS
Address of Programmatic Point Of Contact at originator.
|
ORIGINATOR_PHONE
Phone number of Programmatic Point Of Contact at originator.
|
ORIGINATOR_POC
Programmatic Point Of Contact at originator.
|
ORIGINATOR_POSITION
Position of Programmatic Point Of Contact at originator.
|
OWNER
Owner of the space object.
|
PREVIOUS_MESSAGE_EPOCH
Creation date of previous message from a given originator.
|
PREVIOUS_MESSAGE_ID
Unique ID identifying previous message from a given originator.
|
PRM_MESSAGE_LINK
Unique identifier of Pointing Request Message linked to this Orbit Data Message.
|
RDM_MESSAGE_LINK
Unique identifier of Reentry Data Message linked to this Orbit Data Message.
|
SCLK_OFFSET_AT_EPOCH
Spacecraft clock count at
EPOCH_TZERO . |
SCLK_SEC_PER_SI_SEC
Number of clock seconds occurring during one SI second.
|
START_TIME
Start time entry.
|
STOP_TIME
Stop time entry.
|
TAIMUTC_AT_TZERO
Difference (TAI – UTC) in seconds at epoch
EPOCH_TZERO . |
TDM_MESSAGE_LINK
Unique identifier of Tracking Data Message linked to this Orbit Data Message.
|
TECH_ADDRESS
Address of Technical Point Of Contact at originator.
|
TECH_ORG
Creating agency or operator.
|
TECH_PHONE
Phone number of Technical Point Of Contact at originator.
|
TECH_POC
Technical Point Of Contact at originator.
|
TECH_POSITION
Position of Technical Point Of Contact at originator.
|
TIME_SPAN
Span of time that the OCM covers.
|
UT1MUTC_AT_TZERO
Difference (UT1 – UTC) in seconds at epoch
EPOCH_TZERO . |
Modifier and Type | Method and Description |
---|---|
boolean |
process(ParseToken token,
ContextBinding context,
OcmMetadata container)
Process an token.
|
static OcmMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OcmMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OcmMetadataKey CLASSIFICATION
public static final OcmMetadataKey INTERNATIONAL_DESIGNATOR
public static final OcmMetadataKey CATALOG_NAME
public static final OcmMetadataKey OBJECT_DESIGNATOR
public static final OcmMetadataKey ALTERNATE_NAMES
public static final OcmMetadataKey ORIGINATOR_POC
public static final OcmMetadataKey ORIGINATOR_POSITION
public static final OcmMetadataKey ORIGINATOR_PHONE
public static final OcmMetadataKey ORIGINATOR_ADDRESS
public static final OcmMetadataKey TECH_ORG
public static final OcmMetadataKey TECH_POC
public static final OcmMetadataKey TECH_POSITION
public static final OcmMetadataKey TECH_PHONE
public static final OcmMetadataKey TECH_ADDRESS
public static final OcmMetadataKey PREVIOUS_MESSAGE_ID
public static final OcmMetadataKey NEXT_MESSAGE_ID
public static final OcmMetadataKey ADM_MESSAGE_LINK
public static final OcmMetadataKey CDM_MESSAGE_LINK
public static final OcmMetadataKey PRM_MESSAGE_LINK
public static final OcmMetadataKey RDM_MESSAGE_LINK
public static final OcmMetadataKey TDM_MESSAGE_LINK
public static final OcmMetadataKey OPERATOR
public static final OcmMetadataKey OWNER
public static final OcmMetadataKey COUNTRY
public static final OcmMetadataKey CONSTELLATION
public static final OcmMetadataKey OBJECT_TYPE
ObjectType
public static final OcmMetadataKey EPOCH_TZERO
EPOCH_TZERO
values.public static final OcmMetadataKey OPS_STATUS
OpsStatus
public static final OcmMetadataKey ORBIT_CATEGORY
OrbitCategory
public static final OcmMetadataKey OCM_DATA_ELEMENTS
public static final OcmMetadataKey SCLK_OFFSET_AT_EPOCH
EPOCH_TZERO
.public static final OcmMetadataKey SCLK_SEC_PER_SI_SEC
public static final OcmMetadataKey PREVIOUS_MESSAGE_EPOCH
public static final OcmMetadataKey NEXT_MESSAGE_EPOCH
public static final OcmMetadataKey START_TIME
public static final OcmMetadataKey STOP_TIME
public static final OcmMetadataKey TIME_SPAN
public static final OcmMetadataKey TAIMUTC_AT_TZERO
EPOCH_TZERO
.public static final OcmMetadataKey UT1MUTC_AT_TZERO
EPOCH_TZERO
.public static final OcmMetadataKey EOP_SOURCE
public static final OcmMetadataKey INTERP_METHOD_EOP
public static final OcmMetadataKey CELESTIAL_SOURCE
public static OcmMetadataKey[] values()
for (OcmMetadataKey c : OcmMetadataKey.values()) System.out.println(c);
public static OcmMetadataKey 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, OcmMetadata container)
token
- token to processcontext
- context bindingcontainer
- container to fillCopyright © 2002-2022 CS GROUP. All rights reserved.