Enum Class ObservationLabel
- All Implemented Interfaces:
Serializable,Comparable<ObservationLabel>,Constable,Label
Label for Rinex observation 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 ConstantDescriptionAntenna number and type.Antenna bore sight.Antenna reference point.Antenna reference point.Antenna phase center.Antenna zero direction.Antenna zero direction.Approximative position.Center of mass.GLONASS phase bias corrections.GLONASS slot and frequency number.Observation interval.Marker name.Marker number.Marker type.Number of satellites.Number and types of observations.Observations scale factor.Observer agency.PRN and number of observations .Indicator of receiver clock offset application.Receiver number, type and version.Unit of signal strength.Phase shift.Scale factor.Time of first observation.Time of last observation.Wavelength factors. -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Get the first label.booleanCheck if label matches.static ObservationLabelReturns the enum constant of this class with the specified name.static ObservationLabel[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MARKER_NAME
Marker name. -
MARKER_NUMBER
Marker number. -
MARKER_TYPE
Marker type. -
OBSERVER_AGENCY
Observer agency. -
REC_NB_TYPE_VERS
Receiver number, type and version. -
ANT_NB_TYPE
Antenna number and type. -
APPROX_POSITION_XYZ
Approximative position. -
ANTENNA_DELTA_H_E_N
Antenna reference point. -
ANTENNA_DELTA_X_Y_Z
Antenna reference point. -
ANTENNA_PHASE_CENTER
Antenna phase center. -
ANTENNA_B_SIGHT_XYZ
Antenna bore sight. -
ANTENNA_ZERODIR_AZI
Antenna zero direction. -
ANTENNA_ZERODIR_XYZ
Antenna zero direction. -
WAVELENGTH_FACT_L1_2
Wavelength factors. -
OBS_SCALE_FACTOR
Observations scale factor. -
CENTER_OF_MASS_XYZ
Center of mass. -
NB_TYPES_OF_OBSERV
Number and types of observations. -
SIGNAL_STRENGTH_UNIT
Unit of signal strength. -
INTERVAL
Observation interval. -
TIME_OF_FIRST_OBS
Time of first observation. -
TIME_OF_LAST_OBS
Time of last observation. -
RCV_CLOCK_OFFS_APPL
Indicator of receiver clock offset application. -
SYS_SCALE_FACTOR
Scale factor. -
SYS_PHASE_SHIFT
Phase shift. -
GLONASS_SLOT_FRQ_NB
GLONASS slot and frequency number. -
GLONASS_COD_PHS_BIS
GLONASS phase bias corrections. -
NB_OF_SATELLITES
Number of satellites. -
PRN_NB_OF_OBS
PRN and number of observations .
-
-
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.
-