Uses of Class
org.orekit.gnss.metric.messages.ssr.igm.SsrIgm01Data
-
Packages that use SsrIgm01Data Package Description org.orekit.gnss.metric.messages.ssr.igm This package provides all supported IGS Generic SSR Message types. -
-
Uses of SsrIgm01Data in org.orekit.gnss.metric.messages.ssr.igm
Methods in org.orekit.gnss.metric.messages.ssr.igm that return types with arguments of type SsrIgm01Data Modifier and Type Method Description Map<String,List<SsrIgm01Data>>
SsrIgm01. getSsrIgm01Data()
Get the SSR IGM01 data parsed in the SSR message.Constructor parameters in org.orekit.gnss.metric.messages.ssr.igm with type arguments of type SsrIgm01Data Constructor Description SsrIgm01(int typeCode, SatelliteSystem system, SsrIgm01Header header, List<SsrIgm01Data> data)
Constructor.
-