Enum SatelliteAntennaCode

    • Enum Constant Detail

      • BLOCK_IIA

        public static final SatelliteAntennaCode BLOCK_IIA
        Deprecated.
        GPS Block IIA : SVN 22-40.
      • BLOCK_IIR_A

        public static final SatelliteAntennaCode BLOCK_IIR_A
        Deprecated.
        GPS Block IIR : SVN 41, 43-46, 51, 54, 56.
      • BLOCK_IIR_B

        public static final SatelliteAntennaCode BLOCK_IIR_B
        Deprecated.
        GPS Block IIR : SVN 47, 59-61.
      • BLOCK_IIR_M

        public static final SatelliteAntennaCode BLOCK_IIR_M
        Deprecated.
        GPS Block IIR-M : SVN 48-50, 52-53, 55, 57-58.
      • BLOCK_IIF

        public static final SatelliteAntennaCode BLOCK_IIF
        Deprecated.
        GPS Block IIF : SVN 62-73.
      • BLOCK_IIIA

        public static final SatelliteAntennaCode BLOCK_IIIA
        Deprecated.
        GPS Block IIIA : SVN 74-81.
      • GALILEO_0A

        public static final SatelliteAntennaCode GALILEO_0A
        Deprecated.
        Galileo In-Orbit Validation Element A (GIOVE-A).
      • GALILEO_0B

        public static final SatelliteAntennaCode GALILEO_0B
        Deprecated.
        Galileo In-Orbit Validation Element B (GIOVE-B).
      • GALILEO_1

        public static final SatelliteAntennaCode GALILEO_1
        Deprecated.
        Galileo IOV : GSAT 0101-0104.
      • GALILEO_2

        public static final SatelliteAntennaCode GALILEO_2
        Deprecated.
        Galileo FOC : GSAT 0201-0222.
      • GLONASS

        public static final SatelliteAntennaCode GLONASS
        Deprecated.
        GLONASS : GLONASS no. 201-249, 750-798.
      • GLONASS_M

        public static final SatelliteAntennaCode GLONASS_M
        Deprecated.
        GLONASS-M : GLONASS no. 701-749, IGS SVN R850-R861 (GLO no. + 100).
      • GLONASS_K1

        public static final SatelliteAntennaCode GLONASS_K1
        Deprecated.
        GLONASS-K1 : IGS SVN R801-R802 (GLO no. + 100).
      • QZSS_2I

        public static final SatelliteAntennaCode QZSS_2I
        Deprecated.
        QZSS Block II IGSO (Michibiki-2,4).
      • QZSS_2G

        public static final SatelliteAntennaCode QZSS_2G
        Deprecated.
        QZSS Block II GEO (Michibiki-3).
    • Method Detail

      • values

        public static SatelliteAntennaCode[] values()
        Deprecated.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SatelliteAntennaCode c : SatelliteAntennaCode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SatelliteAntennaCode valueOf​(String name)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getName

        public String getName()
        Deprecated.
        Get the IGS name for the antenna code.
        Returns:
        IGS name for the antenna code