Package org.orekit.files.rinex.clock
Enum Class ClockDataType
- All Implemented Interfaces:
Serializable,Comparable<ClockDataType>,Constable
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic ClockDataTypeReturns the enum constant of this class with the specified name.static ClockDataType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AR
Data analysis for receiver clocks. Clock Data are -
AS
Data analysis for satellite clocks. -
CR
Calibration measurement for a single GPS receiver. -
DR
Discontinuity measurements for a single GPS receiver.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-