Class RoutingIndicatorTerm

All Implemented Interfaces:
Comparable<IIRVVectorTerm<?>>

public class RoutingIndicatorTerm extends StringValuedIIRVTerm
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 Details

    • GSFC

      public static final RoutingIndicatorTerm GSFC
      NASA Goddard Space Flight Center (GSFC) RoutingIndicator.
    • WLP

      public static final RoutingIndicatorTerm WLP
      Wallops Island tracking radars (WLP) RoutingIndicator.
    • ETR

      public static final RoutingIndicatorTerm ETR
      NASA/USFC Eastern Test Range (ETR) RoutingIndicator.
    • JPL

      public static final RoutingIndicatorTerm JPL
      NASA Jet Propulsion Laboratory (JPL) RoutingIndicator.
    • WTR

      public static final RoutingIndicatorTerm WTR
      NASA/USFC Western Test Range (WTR) RoutingIndicator.
    • JSC

      public static final RoutingIndicatorTerm JSC
      NASA Johnson Space Center (JSC) RoutingIndicator.
    • PMR

      public static final RoutingIndicatorTerm PMR
      Navy Pacific Missile Range (PMR) RoutingIndicator.
    • CSTC

      public static final RoutingIndicatorTerm CSTC
      Air Force Satellite Control Facility (CSTC) RoutingIndicator.
    • KMR

      public static final RoutingIndicatorTerm KMR
      Army Kwajalein Missile Range (KMR) RoutingIndicator.
    • CNES

      public static final RoutingIndicatorTerm CNES
      French Space Agency National Centre for Space Studies (CNES) RoutingIndicator.
    • MANY

      public static final RoutingIndicatorTerm MANY
      Message originated from more than one of the above stations RoutingIndicator.
    • ROUTING_INDICATOR_TERM_LENGTH

      public static final int ROUTING_INDICATOR_TERM_LENGTH
      The length of the IIRV term within the message.
      See Also:
    • ROUTING_INDICATOR_TERM_PATTERN

      public static final String ROUTING_INDICATOR_TERM_PATTERN
      Regular expression that ensures the validity of string values for this term.
      See Also:
  • Constructor Details