Class OriginIdentificationTerm

  • All Implemented Interfaces:
    Comparable<IIRVVectorTerm<?>>

    public class OriginIdentificationTerm
    extends StringValuedIIRVTerm
    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 Detail

      • CSTC

        public static final OriginIdentificationTerm CSTC
        Air Force Satellite Control Facility (CSTC) OriginIdentification.
      • CNES

        public static final OriginIdentificationTerm CNES
        French Space Agency National Centre for Space Studies (CNES) OriginIdentification.
      • ORIGIN_IDENTIFICATION_TERM_LENGTH

        public static final int ORIGIN_IDENTIFICATION_TERM_LENGTH
        The length of the origin identification term within the IIRV vector.
        See Also:
        Constant Field Values
      • ORIGIN_IDENTIFICATION_TERM_PATTERN

        public static final String ORIGIN_IDENTIFICATION_TERM_PATTERN
        Regular expression that ensures the validity of string values for this term.
        See Also:
        Constant Field Values