Package org.orekit.files.iirv.terms
Class OriginIdentificationTerm
java.lang.Object
org.orekit.files.iirv.terms.base.IIRVVectorTerm<String>
org.orekit.files.iirv.terms.base.StringValuedIIRVTerm
org.orekit.files.iirv.terms.OriginIdentificationTerm
- All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>
1-character alphabetic character indicating originator of message.
See RoutingIndicatorTerm for the related four-character routing indicator
Valid values:
- ASCII space = GSFC
- Z = WLP
- E = ETR
- L = JPL
- W = WTR
- J = JSC
- P = PMR
- A = CSTC
- K = KMR
- C = CNES
- Since:
- 13.0
- Author:
- Nick LaFarge
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OriginIdentificationTermFrench Space Agency National Centre for Space Studies (CNES) OriginIdentification.static final OriginIdentificationTermAir Force Satellite Control Facility (CSTC) OriginIdentification.static final OriginIdentificationTermNASA/USFC Eastern Test Range (ETR) OriginIdentification.static final OriginIdentificationTermNASA Goddard Space Flight Center (GSFC) OriginIdentification.static final OriginIdentificationTermNASA Jet Propulsion Laboratory (JPL) OriginIdentification.static final OriginIdentificationTermNASA Johnson Space Center (JSC) OriginIdentification.static final OriginIdentificationTermArmy Kwajalein Missile Range (KMR) OriginIdentification.static final intThe length of the origin identification term within the IIRV vector.static final StringRegular expression that ensures the validity of string values for this term.static final OriginIdentificationTermNavy Pacific Missile Range (PMR) OriginIdentification.static final OriginIdentificationTermWallops Island tracking radars (WLP) OriginIdentification.static final OriginIdentificationTermNASA/USFC Western Test Range (WTR) OriginIdentification. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.orekit.files.iirv.terms.base.StringValuedIIRVTerm
toEncodedStringMethods inherited from class org.orekit.files.iirv.terms.base.IIRVVectorTerm
compareTo, equals, hashCode, length, toEncodedString, validateString, value
-
Field Details
-
GSFC
NASA Goddard Space Flight Center (GSFC) OriginIdentification. -
WLP
Wallops Island tracking radars (WLP) OriginIdentification. -
ETR
NASA/USFC Eastern Test Range (ETR) OriginIdentification. -
JPL
NASA Jet Propulsion Laboratory (JPL) OriginIdentification. -
WTR
NASA/USFC Western Test Range (WTR) OriginIdentification. -
JSC
NASA Johnson Space Center (JSC) OriginIdentification. -
PMR
Navy Pacific Missile Range (PMR) OriginIdentification. -
CSTC
Air Force Satellite Control Facility (CSTC) OriginIdentification. -
KMR
Army Kwajalein Missile Range (KMR) OriginIdentification. -
CNES
French Space Agency National Centre for Space Studies (CNES) OriginIdentification. -
ORIGIN_IDENTIFICATION_TERM_LENGTH
public static final int ORIGIN_IDENTIFICATION_TERM_LENGTHThe length of the origin identification term within the IIRV vector.- See Also:
-
ORIGIN_IDENTIFICATION_TERM_PATTERN
Regular expression that ensures the validity of string values for this term.- See Also:
-
-
Constructor Details
-
OriginIdentificationTerm
Constructor.- Parameters:
value- value of the origin ID term
-