Package org.orekit.files.rinex.section
Enum Class CommonLabel
- All Implemented Interfaces:
Serializable,Comparable<CommonLabel>,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 ConstantDescriptionComments.DOI.End of header.Leap seconds separating UTC and TAI.Llicense.Generating program and emiting agency.Station information.Differential code bias corrections.Number and types of observations.Phase center variations corrections.Version, file type and satellite system. -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Get the first label.booleanCheck if label matches.static CommonLabelReturns the enum constant of this class with the specified name.static CommonLabel[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VERSION
Version, file type and satellite system. -
PROGRAM
Generating program and emiting agency. -
COMMENT
Comments. -
DOI
DOI. -
LICENSE
Llicense. -
STATION_INFORMATION
Station information. -
SYS_NB_TYPES_OF_OBSERV
Number and types of observations. -
SYS_DCBS_APPLIED
Differential code bias corrections. -
SYS_PCVS_APPLIED
Phase center variations corrections. -
LEAP_SECONDS
Leap seconds separating UTC and TAI. -
END
End of header.
-
-
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.
-