Enum Class ClockDataType

java.lang.Object
java.lang.Enum<ClockDataType>
org.orekit.files.rinex.clock.ClockDataType
All Implemented Interfaces:
Serializable, Comparable<ClockDataType>, Constable

public enum ClockDataType extends Enum<ClockDataType>
Clock data type. In case of a DR type, clock data are in the sense of clock value after discontinuity minus prior. In other cases, clock data are in the sense of reported station/satellite clock minus reference clock value.
  • Enum Constant Details

    • AR

      public static final ClockDataType AR
      Data analysis for receiver clocks. Clock Data are
    • AS

      public static final ClockDataType AS
      Data analysis for satellite clocks.
    • CR

      public static final ClockDataType CR
      Calibration measurement for a single GPS receiver.
    • DR

      public static final ClockDataType DR
      Discontinuity measurements for a single GPS receiver.
  • Method Details

    • values

      public static ClockDataType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ClockDataType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null