Uses of Class
org.orekit.gnss.metric.messages.rtcm.RtcmData
-
Packages that use RtcmData Package Description org.orekit.gnss.metric.messages.rtcm This package provides all supported RTCMmessages
.org.orekit.gnss.metric.messages.rtcm.correction This package provides all supported RTCM correctionmessages
.org.orekit.gnss.metric.messages.rtcm.ephemeris This package provides all supported RTCM ephemerismessages
. -
-
Uses of RtcmData in org.orekit.gnss.metric.messages.rtcm
Classes in org.orekit.gnss.metric.messages.rtcm with type parameters of type RtcmData Modifier and Type Class Description class
RtcmMessage<D extends RtcmData>
Base class for RTCM messages. -
Uses of RtcmData in org.orekit.gnss.metric.messages.rtcm.correction
Subclasses of RtcmData in org.orekit.gnss.metric.messages.rtcm.correction Modifier and Type Class Description class
RtcmClockCorrectionData
Container for common data in RTCM clock correction message type.class
RtcmCombinedCorrectionData
Container for common data in RTCM combined corrections message type.class
RtcmCorrectionData
Container for common data in RTCM corrections message type.class
RtcmOrbitCorrectionData
Container for common data in RTCM orbit correction message type. -
Uses of RtcmData in org.orekit.gnss.metric.messages.rtcm.ephemeris
Subclasses of RtcmData in org.orekit.gnss.metric.messages.rtcm.ephemeris Modifier and Type Class Description class
Rtcm1019Data
Container for RTCM 1019 data.class
Rtcm1020Data
Container for RTCM 1020 data.class
Rtcm1042Data
Container for RTCM 1042 data.class
Rtcm1044Data
Container for RTCM 1044 data.class
Rtcm1045Data
Container for RTCM 1045 data.class
RtcmEphemerisData
Container for common data in RTCM ephemeris message type.
-