public enum RinexLabels extends Enum<RinexLabels>
Enum Constant and Description |
---|
ANT_NB_TYPE
Antenna number and type.
|
ANTENNA_B_SIGHT_XYZ
Antenna bore sight.
|
ANTENNA_DELTA_H_E_N
Antenna reference point.
|
ANTENNA_DELTA_X_Y_Z
Antenna reference point.
|
ANTENNA_PHASE_CENTER
Antenna phase center.
|
ANTENNA_ZERODIR_AZI
Antenna zero direction.
|
ANTENNA_ZERODIR_XYZ
Antenna zero direction.
|
APPROX_POSITION_XYZ
Approximative position.
|
CENTER_OF_MASS_XYZ
Center of mass.
|
COMMENT
Comments.
|
DOI
DOI.
|
END
End of header.
|
GLONASS_COD_PHS_BIS
GLONASS phase bias corrections.
|
GLONASS_SLOT_FRQ_NB
GLONASS slot and frequency number.
|
INTERVAL
Observation interval.
|
LEAP_SECONDS
Leap seconds.
|
LICENSE
Llicense.
|
MARKER_NAME
Marker name.
|
MARKER_NUMBER
Marker number.
|
MARKER_TYPE
Marker type.
|
NB_OF_SATELLITES
Number of satellites.
|
NB_TYPES_OF_OBSERV
Number and types of observations.
|
OBS_SCALE_FACTOR
Observations scale factor.
|
OBSERVER_AGENCY
Observer agency.
|
PRN_NB_OF_OBS
PRN and number of observations .
|
PROGRAM
Generating program and emiting agency.
|
RCV_CLOCK_OFFS_APPL
Indicator of receiver clock offset application.
|
REC_NB_TYPE_VERS
Receiver number, type and version.
|
SIGNAL_STRENGTH_UNIT
Unit of signal strength.
|
STATION_INFORMATION
Station information.
|
SYS_DCBS_APPLIED
Differential code bias corrections.
|
SYS_NB_TYPES_OF_OBSERV
Number and types of observations.
|
SYS_PCVS_APPLIED
Phase center variations corrections.
|
SYS_PHASE_SHIFT
Phase shift.
|
SYS_SCALE_FACTOR
Scale factor.
|
TIME_OF_FIRST_OBS
Time of first observation.
|
TIME_OF_LAST_OBS
Time of last observation.
|
VERSION
Version, file type and satellite system.
|
WAVELENGTH_FACT_L1_2
Wavelength factors.
|
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Get the first label.
|
boolean |
matches(String label)
Check if label matches.
|
static RinexLabels |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RinexLabels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RinexLabels VERSION
public static final RinexLabels PROGRAM
public static final RinexLabels COMMENT
public static final RinexLabels MARKER_NAME
public static final RinexLabels MARKER_NUMBER
public static final RinexLabels MARKER_TYPE
public static final RinexLabels OBSERVER_AGENCY
public static final RinexLabels REC_NB_TYPE_VERS
public static final RinexLabels ANT_NB_TYPE
public static final RinexLabels APPROX_POSITION_XYZ
public static final RinexLabels ANTENNA_DELTA_H_E_N
public static final RinexLabels ANTENNA_DELTA_X_Y_Z
public static final RinexLabels ANTENNA_PHASE_CENTER
public static final RinexLabels ANTENNA_B_SIGHT_XYZ
public static final RinexLabels ANTENNA_ZERODIR_AZI
public static final RinexLabels ANTENNA_ZERODIR_XYZ
public static final RinexLabels WAVELENGTH_FACT_L1_2
public static final RinexLabels OBS_SCALE_FACTOR
public static final RinexLabels CENTER_OF_MASS_XYZ
public static final RinexLabels DOI
public static final RinexLabels LICENSE
public static final RinexLabels STATION_INFORMATION
public static final RinexLabels NB_TYPES_OF_OBSERV
public static final RinexLabels SYS_NB_TYPES_OF_OBSERV
public static final RinexLabels SIGNAL_STRENGTH_UNIT
public static final RinexLabels INTERVAL
public static final RinexLabels TIME_OF_FIRST_OBS
public static final RinexLabels TIME_OF_LAST_OBS
public static final RinexLabels RCV_CLOCK_OFFS_APPL
public static final RinexLabels SYS_DCBS_APPLIED
public static final RinexLabels SYS_PCVS_APPLIED
public static final RinexLabels SYS_SCALE_FACTOR
public static final RinexLabels SYS_PHASE_SHIFT
public static final RinexLabels GLONASS_SLOT_FRQ_NB
public static final RinexLabels GLONASS_COD_PHS_BIS
public static final RinexLabels LEAP_SECONDS
public static final RinexLabels NB_OF_SATELLITES
public static final RinexLabels PRN_NB_OF_OBS
public static final RinexLabels END
public static RinexLabels[] values()
for (RinexLabels c : RinexLabels.values()) System.out.println(c);
public static RinexLabels valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean matches(String label)
label
- label to checkpublic String getLabel()
Copyright © 2002-2023 CS GROUP. All rights reserved.