Class SsrIgm03Data
- 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.SsrIgm03Data
-
public class SsrIgm03Data extends SsrIgmData
Container for SSR IGM03 data.- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
-
Constructor Summary
Constructors Constructor Description SsrIgm03Data()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClockCorrection
getClockCorrection()
Get the clock correction data.int
getGnssIod()
Get the GNSS IOD.OrbitCorrection
getOrbitCorrection()
Get the orbit correction data.void
setClockCorrection(ClockCorrection clockCorrection)
Set the clock correction data.void
setGnssIod(int gnssIod)
Set the GNSS IOD.void
setOrbitCorrection(OrbitCorrection orbitCorrection)
Set the orbit correction data.-
Methods inherited from class org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
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
-
getClockCorrection
public ClockCorrection getClockCorrection()
Get the clock correction data.- Returns:
- the clock correction data
-
setClockCorrection
public void setClockCorrection(ClockCorrection clockCorrection)
Set the clock correction data.- Parameters:
clockCorrection
- the data to set
-
-