Uses of Class
org.orekit.gnss.metric.messages.ssr.igm.OrbitCorrection
-
Packages that use OrbitCorrection Package Description 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.ssr.igm
Methods in org.orekit.gnss.metric.messages.ssr.igm that return OrbitCorrection Modifier and Type Method Description OrbitCorrection
SsrIgm01Data. getOrbitCorrection()
Get the orbit correction data.OrbitCorrection
SsrIgm03Data. 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 void
SsrIgm01Data. setOrbitCorrection(OrbitCorrection orbitCorrection)
Set the orbit correction data.void
SsrIgm03Data. setOrbitCorrection(OrbitCorrection orbitCorrection)
Set the orbit correction data.
-