Uses of Class
org.orekit.gnss.metric.messages.common.OrbitCorrection
-
Packages that use OrbitCorrection Package Description org.orekit.gnss.metric.messages.rtcm.correction This package provides all supported RTCM correctionmessages.org.orekit.gnss.metric.messages.ssr.igm This package provides all supported IGS Generic SSR Message types. -
-
Uses of OrbitCorrection in org.orekit.gnss.metric.messages.rtcm.correction
Methods in org.orekit.gnss.metric.messages.rtcm.correction that return OrbitCorrection Modifier and Type Method Description OrbitCorrectionRtcmCombinedCorrectionData. getOrbitCorrection()Get the orbit correction data.OrbitCorrectionRtcmOrbitCorrectionData. getOrbitCorrection()Get the orbit correction data.Methods in org.orekit.gnss.metric.messages.rtcm.correction with parameters of type OrbitCorrection Modifier and Type Method Description voidRtcmCombinedCorrectionData. setOrbitCorrection(OrbitCorrection orbitCorrection)Set the orbit correction data.voidRtcmOrbitCorrectionData. setOrbitCorrection(OrbitCorrection orbitCorrection)Set the orbit correction data. -
Uses of OrbitCorrection in org.orekit.gnss.metric.messages.ssr.igm
Methods in org.orekit.gnss.metric.messages.ssr.igm that return OrbitCorrection Modifier and Type Method Description OrbitCorrectionSsrIgm01Data. getOrbitCorrection()Get the orbit correction data.OrbitCorrectionSsrIgm03Data. getOrbitCorrection()Get the orbit correction data.Methods in org.orekit.gnss.metric.messages.ssr.igm with parameters of type OrbitCorrection Modifier and Type Method Description voidSsrIgm01Data. setOrbitCorrection(OrbitCorrection orbitCorrection)Set the orbit correction data.voidSsrIgm03Data. setOrbitCorrection(OrbitCorrection orbitCorrection)Set the orbit correction data.
-