Class VectorTypeTerm

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

    public class VectorTypeTerm
    extends LongValuedIIRVTerm
    1-character type of vector specified in the message.

    Valid values:

    • 1 = Free flight (routine on-orbit)
    • 2 = Forced (special orbit update)
    • 3 = Spare
    • 4 = Maneuver ignition
    • 5 = Maneuver cutoff
    • 6 = Reentry
    • 7 = Powered flight
    • 8 = Stationary
    • 9 = Spare
    Since:
    13.0
    Author:
    Nick LaFarge
    • Field Detail

      • FREE_FLIGHT

        public static final VectorTypeTerm FREE_FLIGHT
        Free flight (routine on-orbit) VectorType.
      • FORCED

        public static final VectorTypeTerm FORCED
        Forced VectorType.
      • SPARE3

        public static final VectorTypeTerm SPARE3
        Spare VectorType: 3.
      • MANEUVER_IGNITION

        public static final VectorTypeTerm MANEUVER_IGNITION
        Maneuver ignition VectorType.
      • MANEUVER_CUTOFF

        public static final VectorTypeTerm MANEUVER_CUTOFF
        Maneuver cutoff VectorType.
      • REENTRY

        public static final VectorTypeTerm REENTRY
        Reentry VectorType.
      • POWERED_FLIGHT

        public static final VectorTypeTerm POWERED_FLIGHT
        Powered flight VectorType.
      • STATIONARY

        public static final VectorTypeTerm STATIONARY
        Stationary VectorType.
      • SPARE9

        public static final VectorTypeTerm SPARE9
        Spare VectorType: 9.
      • VECTOR_TYPE_TERM_LENGTH

        public static final int VECTOR_TYPE_TERM_LENGTH
        The length of the IIRV term within the message.
        See Also:
        Constant Field Values
      • VECTOR_TYPE_TERM_PATTERN

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