Class SsrIgm01Data
java.lang.Object
org.orekit.gnss.metric.messages.ssr.SsrData
org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
org.orekit.gnss.metric.messages.ssr.igm.SsrIgm01Data
Container for SSR IGM01 data.
- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGet the GNSS IOD.Get the orbit correction data.voidsetGnssIod(int gnssIod) Set the GNSS IOD.voidsetOrbitCorrection(OrbitCorrection orbitCorrection) Set the orbit correction data.Methods inherited from class org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
getSatelliteID, setSatelliteID
-
Constructor Details
-
SsrIgm01Data
public SsrIgm01Data()Constructor.
-
-
Method Details
-
getGnssIod
public int getGnssIod()Get the GNSS IOD.Users have to interpret the IOD value depending the satellite system of the current message.
- Returns:
- the GNSS IOD
-
setGnssIod
public void setGnssIod(int gnssIod) Set the GNSS IOD.- Parameters:
gnssIod- the GNSS IOD to set
-
getOrbitCorrection
Get the orbit correction data.- Returns:
- the orbit correction data
-
setOrbitCorrection
Set the orbit correction data.- Parameters:
orbitCorrection- the data to set
-