Enum Class OcmMetadataKey
- All Implemented Interfaces:
Serializable,Comparable<OcmMetadataKey>,Constable
Keys for
OCM container entries.- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionUnique identifier of Attitude Data Message linked to this Orbit Data Message.Alternate names fir this space object.Specification of satellite catalog source.Unique identifier of Conjunction Data Message linked to this Orbit Data Message.Source and version of celestial body (e.g.Name of the constellation this space object belongs to.Name of the country where the space object owner is based.Source and version of Earth Orientation Parameters.Default epoch to which all relative times are referenced in data blocks, unless overridden by block-specificEPOCH_TZEROvalues.International designator for the object as assigned by the UN Committee on Space Research (COSPAR) and the US National Space Science Data Center (NSSDC).Interpolation method for Earth Orientation Parameters.Epoch of next leap second.Difference (TAI – UTC) in seconds incorporated atNEXT_LEAP_EPOCH.Creation date of next message from a given originator.Unique ID identifying next message from a given originator.Unique satellite identification designator for the object.Type of object.List of elements of information data blocks included in this message.Operator of the space object.Operational status.Orbit category.Address of Programmatic Point Of Contact at originator.Email address of Programmatic Point Of Contact at originator.Phone number of Programmatic Point Of Contact at originator.Programmatic Point Of Contact at originator.Position of Programmatic Point Of Contact at originator.Owner of the space object.Creation date of previous message from a given originator.Unique ID identifying previous message from a given originator.Unique identifier of Pointing Request Message linked to this Orbit Data Message.Unique identifier of Reentry Data Message linked to this Orbit Data Message.Spacecraft clock count atEPOCH_TZERO.Number of clock seconds occurring during one SI second.Start time entry.Stop time entry.Difference (TAI – UTC) in seconds at epochEPOCH_TZERO.Unique identifier of Tracking Data Message linked to this Orbit Data Message.Address of Technical Point Of Contact at originator.Email address of Technical Point Of Contact at originator.Creating agency or operator.Phone number of Technical Point Of Contact at originator.Technical Point Of Contact at originator.Position of Technical Point Of Contact at originator.Span of time that the OCM covers.Difference (UT1 – UTC) in seconds at epochEPOCH_TZERO. -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(ParseToken token, ContextBinding context, OcmMetadata container) Process an token.static OcmMetadataKeyReturns the enum constant of this class with the specified name.static OcmMetadataKey[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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). -
CATALOG_NAME
Specification of satellite catalog source. -
OBJECT_DESIGNATOR
Unique satellite identification designator for the object. -
ALTERNATE_NAMES
Alternate names fir this space object. -
ORIGINATOR_POC
Programmatic Point Of Contact at originator. -
ORIGINATOR_POSITION
Position of Programmatic Point Of Contact at originator. -
ORIGINATOR_PHONE
Phone number of Programmatic Point Of Contact at originator. -
ORIGINATOR_EMAIL
Email address of Programmatic Point Of Contact at originator.- Since:
- 11.2
-
ORIGINATOR_ADDRESS
Address of Programmatic Point Of Contact at originator. -
TECH_ORG
Creating agency or operator. -
TECH_POC
Technical Point Of Contact at originator. -
TECH_POSITION
Position of Technical Point Of Contact at originator. -
TECH_PHONE
Phone number of Technical Point Of Contact at originator. -
TECH_EMAIL
Email address of Technical Point Of Contact at originator.- Since:
- 11.2
-
TECH_ADDRESS
Address of Technical Point Of Contact at originator. -
PREVIOUS_MESSAGE_ID
Unique ID identifying previous message from a given originator. -
NEXT_MESSAGE_ID
Unique ID identifying next message from a given originator. -
ADM_MSG_LINK
Unique identifier of Attitude Data Message linked to this Orbit Data Message. -
CDM_MSG_LINK
Unique identifier of Conjunction Data Message linked to this Orbit Data Message. -
PRM_MSG_LINK
Unique identifier of Pointing Request Message linked to this Orbit Data Message. -
RDM_MSG_LINK
Unique identifier of Reentry Data Message linked to this Orbit Data Message. -
TDM_MSG_LINK
Unique identifier of Tracking Data Message linked to this Orbit Data Message. -
OPERATOR
Operator of the space object. -
OWNER
Owner of the space object. -
COUNTRY
Name of the country where the space object owner is based. -
CONSTELLATION
Name of the constellation this space object belongs to. -
OBJECT_TYPE
Type of object.- See Also:
-
EPOCH_TZERO
Default epoch to which all relative times are referenced in data blocks, unless overridden by block-specificEPOCH_TZEROvalues. -
OPS_STATUS
Operational status.- See Also:
-
ORBIT_CATEGORY
Orbit category.- See Also:
-
OCM_DATA_ELEMENTS
List of elements of information data blocks included in this message. -
SCLK_OFFSET_AT_EPOCH
Spacecraft clock count atEPOCH_TZERO. -
SCLK_SEC_PER_SI_SEC
Number of clock seconds occurring during one SI second. -
PREVIOUS_MESSAGE_EPOCH
Creation date of previous message from a given originator. -
NEXT_MESSAGE_EPOCH
Creation date of next message from a given originator. -
START_TIME
Start time entry. -
STOP_TIME
Stop time entry. -
TIME_SPAN
Span of time that the OCM covers. -
TAIMUTC_AT_TZERO
Difference (TAI – UTC) in seconds at epochEPOCH_TZERO. -
NEXT_LEAP_EPOCH
Epoch of next leap second.- Since:
- 11.2
-
NEXT_LEAP_TAIMUTC
Difference (TAI – UTC) in seconds incorporated atNEXT_LEAP_EPOCH.- Since:
- 11.2
-
UT1MUTC_AT_TZERO
Difference (UT1 – UTC) in seconds at epochEPOCH_TZERO. -
EOP_SOURCE
Source and version of Earth Orientation Parameters. -
INTERP_METHOD_EOP
Interpolation method for Earth Orientation Parameters. -
CELESTIAL_SOURCE
Source and version of celestial body (e.g. Sun/Earth/Planetary).
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
process
Process an token.- Parameters:
token- token to processcontext- context bindingcontainer- container to fill- Returns:
- true of token was accepted
-