Package org.orekit.files.iirv.terms
Class RoutingIndicatorTerm
java.lang.Object
org.orekit.files.iirv.terms.base.IIRVVectorTerm<String>
org.orekit.files.iirv.terms.base.StringValuedIIRVTerm
org.orekit.files.iirv.terms.RoutingIndicatorTerm
- All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>
4-character destination routing indicator that specifies the site for which the message was generated.
See OriginIdentificationTerm for the related alphabetic character
Valid values:
- GSFC = NASA Goddard Space Flight Center
- WLP = Wallops Island tracking radars
- ETR = NASA/USFC Eastern Test Range
- JPL = NASA Jet Propulsion Laboratory
- WTR = NASA/USFC Western Test Range
- JSC = NASA Johnson Space Center
- PMR = Navy Pacific Missile Range
- CSTC = Air Force Satellite Control Facility
- KMR = Army Kwajalein Missile Range
- CNES = French Space Agency National Centre for Space Studies (CNES)
- MANY = Message originated from more than one of the above stations
- Since:
- 13.0
- Author:
- Nick LaFarge
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RoutingIndicatorTermFrench Space Agency National Centre for Space Studies (CNES) RoutingIndicator.static final RoutingIndicatorTermAir Force Satellite Control Facility (CSTC) RoutingIndicator.static final RoutingIndicatorTermNASA/USFC Eastern Test Range (ETR) RoutingIndicator.static final RoutingIndicatorTermNASA Goddard Space Flight Center (GSFC) RoutingIndicator.static final RoutingIndicatorTermNASA Jet Propulsion Laboratory (JPL) RoutingIndicator.static final RoutingIndicatorTermNASA Johnson Space Center (JSC) RoutingIndicator.static final RoutingIndicatorTermArmy Kwajalein Missile Range (KMR) RoutingIndicator.static final RoutingIndicatorTermMessage originated from more than one of the above stations RoutingIndicator.static final RoutingIndicatorTermNavy Pacific Missile Range (PMR) RoutingIndicator.static final intThe length of the IIRV term within the message.static final StringRegular expression that ensures the validity of string values for this term.static final RoutingIndicatorTermWallops Island tracking radars (WLP) RoutingIndicator.static final RoutingIndicatorTermNASA/USFC Western Test Range (WTR) RoutingIndicator. -
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) RoutingIndicator. -
WLP
Wallops Island tracking radars (WLP) RoutingIndicator. -
ETR
NASA/USFC Eastern Test Range (ETR) RoutingIndicator. -
JPL
NASA Jet Propulsion Laboratory (JPL) RoutingIndicator. -
WTR
NASA/USFC Western Test Range (WTR) RoutingIndicator. -
JSC
NASA Johnson Space Center (JSC) RoutingIndicator. -
PMR
Navy Pacific Missile Range (PMR) RoutingIndicator. -
CSTC
Air Force Satellite Control Facility (CSTC) RoutingIndicator. -
KMR
Army Kwajalein Missile Range (KMR) RoutingIndicator. -
CNES
French Space Agency National Centre for Space Studies (CNES) RoutingIndicator. -
MANY
Message originated from more than one of the above stations RoutingIndicator. -
ROUTING_INDICATOR_TERM_LENGTH
public static final int ROUTING_INDICATOR_TERM_LENGTHThe length of the IIRV term within the message.- See Also:
-
ROUTING_INDICATOR_TERM_PATTERN
Regular expression that ensures the validity of string values for this term.- See Also:
-
-
Constructor Details
-
RoutingIndicatorTerm
Constructor.- Parameters:
value- value of the routing indicator term
-