Class PositionVectorComponentTerm

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

    public class PositionVectorComponentTerm
    extends LongValuedIIRVTerm
    13-character signed component of a position vector.

    Units: m

    Valid values:

    • Character 1: ' ' or '-'
    • Character 2-12: Any integer 0-9
    Since:
    13.0
    Author:
    Nick LaFarge
    • Field Detail

      • POSITION_VECTOR_COMPONENT_TERM_LENGTH

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

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