Package org.orekit.gnss.metric.parser
Enum Class IgsSsrDataField
- All Implemented Interfaces:
Serializable,Comparable<IgsSsrDataField>,Constable,DataField
Enum containing all intermediate level data fields that can be parsed
to build an IGS SSR message.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIGS SSR Version.IGS Message number.SSR Epoch time 1s.SSR Update interval.Multiple Message Indicator.Global/Regional CRS Indicator.IOD SSR.SSR Provider ID.SSR Solution ID.Number of satellites.GNSS satellite ID.GNSS IOD.Delta Orbit Radial (m).Delta Along-Track (m).Delta Cross-Track (m).Dot Delta Radial (m/s).Dot Delta Along-Track (m/s).Dot Delta Cross-Track (m/s).Delta Clock C0.Delta Clock C1.Delta Clock C2.High Rate Clock Correction.No. of Code Biases Processed.GNSS Signal and Tracking Mode Identifier.Code Bias for specified GNSS signal.Yaw angle used for computation of phase wind-up correction.Yaw rate.Phase Bias for specified GNSS signal (m).Signal Integer Indicator.Signal Wide-Lane Integer Indicator.Signal Discontinuity Counter.Dispersive Bias Consistency Indicator.Melbourne-Wübbena Consistency Indicator.SSR URA.Number of Ionospheric Layers.Height of the Ionospheric layer (m).Spherical Harmonic Degree.Spherical Harmonic Order.Spherical Harmonic Coefficient C (TECU).Spherical Harmonic Coefficient S (TECU).VTEC Quality Indicator (TECU). -
Method Summary
Modifier and TypeMethodDescriptionstatic IgsSsrDataFieldReturns the enum constant of this class with the specified name.static IgsSsrDataField[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.orekit.gnss.metric.parser.DataField
booleanValue, doubleValue, intValue, longValue, longValue, stringValue
-
Enum Constant Details
-
IDF001
IGS SSR Version. -
IDF002
IGS Message number. -
IDF003
SSR Epoch time 1s. -
IDF004
SSR Update interval. -
IDF005
Multiple Message Indicator. -
IDF006
Global/Regional CRS Indicator. -
IDF007
IOD SSR. -
IDF008
SSR Provider ID. -
IDF009
SSR Solution ID. -
IDF010
Number of satellites. -
IDF011
GNSS satellite ID. -
IDF012
GNSS IOD. -
IDF013
Delta Orbit Radial (m). -
IDF014
Delta Along-Track (m). -
IDF015
Delta Cross-Track (m). -
IDF016
Dot Delta Radial (m/s). -
IDF017
Dot Delta Along-Track (m/s). -
IDF018
Dot Delta Cross-Track (m/s). -
IDF019
Delta Clock C0. -
IDF020
Delta Clock C1. -
IDF021
Delta Clock C2. -
IDF022
High Rate Clock Correction. -
IDF023
No. of Code Biases Processed. -
IDF024
GNSS Signal and Tracking Mode Identifier. -
IDF025
Code Bias for specified GNSS signal. -
IDF026
Yaw angle used for computation of phase wind-up correction. -
IDF027
Yaw rate. -
IDF028
Phase Bias for specified GNSS signal (m). -
IDF029
Signal Integer Indicator. -
IDF030
Signal Wide-Lane Integer Indicator. -
IDF031
Signal Discontinuity Counter. -
IDF032
Dispersive Bias Consistency Indicator. -
IDF033
Melbourne-Wübbena Consistency Indicator. -
IDF034
SSR URA. -
IDF035
Number of Ionospheric Layers. -
IDF036
Height of the Ionospheric layer (m). -
IDF037
Spherical Harmonic Degree. -
IDF038
Spherical Harmonic Order. -
IDF039
Spherical Harmonic Coefficient C (TECU). -
IDF040
Spherical Harmonic Coefficient S (TECU). -
IDF041
VTEC Quality Indicator (TECU).
-
-
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
-