Class SsrIgm04Data
- 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.SsrIgm04Data
-
public class SsrIgm04Data extends SsrIgmData
Container for SSR IGM04 data.- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
-
Constructor Summary
Constructors Constructor Description SsrIgm04Data()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getHighRateClockCorrection()
Get the high rate clock correction to be added to the polynomial clock correction.void
setHighRateClockCorrection(double highRateClockCorrection)
Set the high rate clock correction to be added to the polynomial clock correction.-
Methods inherited from class org.orekit.gnss.metric.messages.ssr.igm.SsrIgmData
getSatelliteID, setSatelliteID
-
-
-
-
Method Detail
-
getHighRateClockCorrection
public double getHighRateClockCorrection()
Get the high rate clock correction to be added to the polynomial clock correction.- Returns:
- the high rate clock correction in seconds
-
setHighRateClockCorrection
public void setHighRateClockCorrection(double highRateClockCorrection)
Set the high rate clock correction to be added to the polynomial clock correction.- Parameters:
highRateClockCorrection
- the high rate clock correction to set in seconds
-
-