Class SsrIgmData
- java.lang.Object
-
- org.orekit.gnss.metric.messages.ssr.SsrData
-
- org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
-
- Direct Known Subclasses:
SsrIgm01Data,SsrIgm02Data,SsrIgm03Data,SsrIgm04Data,SsrIgm05Data,SsrIgm06Data,SsrIgm07Data
public class SsrIgmData extends SsrData
Container for common data in IGS Generic SSR Message type.- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
-
Constructor Summary
Constructors Constructor Description SsrIgmData()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSatelliteID()Get the satellite ID.voidsetSatelliteID(int satelliteID)Set the satellite ID.
-