Class RtcmOrbitCorrectionData
- java.lang.Object
-
- org.orekit.gnss.metric.messages.rtcm.RtcmData
-
- org.orekit.gnss.metric.messages.rtcm.correction.RtcmCorrectionData
-
- org.orekit.gnss.metric.messages.rtcm.correction.RtcmOrbitCorrectionData
-
public class RtcmOrbitCorrectionData extends RtcmCorrectionData
Container for common data in RTCM orbit correction message type.- Since:
- 12.0
- Author:
- Bryan Cazabonne
-
-
Constructor Summary
Constructors Constructor Description RtcmOrbitCorrectionData()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetGnssIod()Get the GNSS IOD.OrbitCorrectiongetOrbitCorrection()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.rtcm.correction.RtcmCorrectionData
getSatelliteID, setSatelliteID
-
-
-
-
Method Detail
-
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
public OrbitCorrection getOrbitCorrection()
Get the orbit correction data.- Returns:
- the orbit correction data
-
setOrbitCorrection
public void setOrbitCorrection(OrbitCorrection orbitCorrection)
Set the orbit correction data.- Parameters:
orbitCorrection- the data to set
-
-