Package org.orekit.files.rinex.clock
Enum Class ClockLabel
- All Implemented Interfaces:
Serializable,Comparable<ClockLabel>,Constable,Label
Label for Rinex files.
- Since:
- 14.0
- Author:
- Luc Maisonobe
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionName of Analysis Center.List of the analysis clock references.Leap seconds separating UTC and GNSS system times.Number of analysis clock references.Number of different satellites in the clock data records.Number of receivers included in the clock data records.Number of different clock data types.List of all satellites reported in this file.Solution station data.Unique identifier for external reference clock.4-character or 9-character site ID.Time system used for time tags. -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Get the first label.booleanCheck if label matches.static ClockLabelReturns the enum constant of this class with the specified name.static ClockLabel[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TIME_SYSTEM_ID
Time system used for time tags. -
LEAP_SECONDS_GNSS
Leap seconds separating UTC and GNSS system times. -
NB_TYPES_OF_DATA
Number of different clock data types. -
STATION_NAME_NUM
4-character or 9-character site ID. -
STATION_CLK_REF
Unique identifier for external reference clock. -
ANALYSIS_CENTER
Name of Analysis Center. -
NB_OF_CLK_REF
Number of analysis clock references. -
ANALYSIS_CLK_REF
List of the analysis clock references. -
NB_OF_SOLN_STA_TRF
Number of receivers included in the clock data records. -
SOLN_STA_NAME_NUM
Solution station data. -
NB_OF_SOLN_SATS
Number of different satellites in the clock data records. -
PRN_LIST
List of all satellites reported in this file.
-
-
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
-
matches
Check if label matches. -
getLabel
Get the first label.
-