Enum DataUsed

    • Enum Constant Detail

      • UNDIFFERENTIATED_CARRIER_PHASE

        public static final DataUsed UNDIFFERENTIATED_CARRIER_PHASE
        Undifferenciated carrier phase.
      • CHANGE_IN_UNDIFFERENTIATED_CARRIER_PHASE

        public static final DataUsed CHANGE_IN_UNDIFFERENTIATED_CARRIER_PHASE
        Change in undifferenciated carrier phase.
      • TWO_RECEIVER_ONE_SATELLITE_CARRIER_PHASE

        public static final DataUsed TWO_RECEIVER_ONE_SATELLITE_CARRIER_PHASE
        2-receiver/1-satellite carrier phase.
      • CHANGE_IN_TWO_RECEIVER_ONE_SATELLITE_CARRIER_PHASE

        public static final DataUsed CHANGE_IN_TWO_RECEIVER_ONE_SATELLITE_CARRIER_PHASE
        Change in 2-receiver/1-satellite carrier phase.
      • TWO_RECEIVER_TWO_SATELLITE_CARRIER_PHASE

        public static final DataUsed TWO_RECEIVER_TWO_SATELLITE_CARRIER_PHASE
        2-receiver/2-satellite carrier phase.
      • CHANGE_IN_TWO_RECEIVER_TWO_SATELLITE_CARRIER_PHASE

        public static final DataUsed CHANGE_IN_TWO_RECEIVER_TWO_SATELLITE_CARRIER_PHASE
        Change in 2-receiver/2-satellite carrier phase.
      • UNDIFFERENTIATED_CODE_PHASE

        public static final DataUsed UNDIFFERENTIATED_CODE_PHASE
        Undifferenciated code phase.
      • CHANGE_IN_UNDIFFERENTIATED_CODE_PHASE

        public static final DataUsed CHANGE_IN_UNDIFFERENTIATED_CODE_PHASE
        Change in undifferenciated code phase.
      • TWO_RECEIVER_ONE_SATELLITE_CODE_PHASE

        public static final DataUsed TWO_RECEIVER_ONE_SATELLITE_CODE_PHASE
        2-receiver/1-satellite code phase.
      • CHANGE_IN_TWO_RECEIVER_ONE_SATELLITE_CODE_PHASE

        public static final DataUsed CHANGE_IN_TWO_RECEIVER_ONE_SATELLITE_CODE_PHASE
        Change in 2-receiver/1-satellite code phase.
      • TWO_RECEIVER_TWO_SATELLITE_CODE_PHASE

        public static final DataUsed TWO_RECEIVER_TWO_SATELLITE_CODE_PHASE
        2-receiver/2-satellite code phase.
      • CHANGE_IN_TWO_RECEIVER_TWO_SATELLITE_CODE_PHASE

        public static final DataUsed CHANGE_IN_TWO_RECEIVER_TWO_SATELLITE_CODE_PHASE
        Change in 2-receiver/2-satellite code phase.
      • SATELLITE_LASER_RANGING

        public static final DataUsed SATELLITE_LASER_RANGING
        Satellite Laser Ranging.
      • MIXED

        public static final DataUsed MIXED
        Mixed data.
      • ORBIT

        public static final DataUsed ORBIT
        Orbit data.
    • Method Detail

      • values

        public static DataUsed[] values()
        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 (DataUsed c : DataUsed.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static DataUsed valueOf​(String name)
        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
      • getKey

        public String getKey()
        Get the key for the data used.
        Returns:
        key for the data used
      • parse

        public static DataUsed parse​(String s,
                                     String fileName,
                                     char version)
        Parse the string to get the data used.
        Parameters:
        s - string to parse
        fileName - file name to generate the error message
        version - format version
        Returns:
        the data used corresponding to the string
        Throws:
        IllegalArgumentException - if the string does not correspond to a data used