Interface GNSSClockElements
- All Superinterfaces:
TimeStamped
- All Known Implementing Classes:
AbstractNavigationMessage,BeidouAlmanac,BeidouCivilianNavigationMessage,BeidouLegacyNavigationMessage,CivilianNavigationMessage,GalileoAlmanac,GalileoNavigationMessage,GNSSOrbitalElements,GPSAlmanac,GPSCivilianNavigationMessage,GPSLegacyNavigationMessage,LegacyNavigationMessage,NavICAlmanac,NavICL1NvNavigationMessage,NavICLegacyNavigationMessage,QZSSAlmanac,QZSSCivilianNavigationMessage,QZSSLegacyNavigationMessage
This interface provides the minimal set of clock elements needed by the
ClockCorrectionsProvider.- Since:
- 11.0
- Author:
- Pascal Parraud
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetAf0()Gets the Zeroth Order Clock Correction.doublegetAf1()Gets the First Order Clock Correction.doublegetAf2()Gets the Second Order Clock Correction.doublegetTgd()Get the estimated group delay differential TGD for L1-L2 correction.Get the time of clock.Methods inherited from interface org.orekit.time.TimeStamped
durationFrom, getDate
-
Method Details
-
getAf0
double getAf0()Gets the Zeroth Order Clock Correction.- Returns:
- the Zeroth Order Clock Correction (s)
- See Also:
-
getAf1
double getAf1()Gets the First Order Clock Correction.- Returns:
- the First Order Clock Correction (s/s)
- See Also:
-
getAf2
double getAf2()Gets the Second Order Clock Correction.- Returns:
- the Second Order Clock Correction (s/s²)
- See Also:
-
getTgd
double getTgd()Get the estimated group delay differential TGD for L1-L2 correction.- Returns:
- the estimated group delay differential TGD for L1-L2 correction (s)
-
getTimeOfClock
GNSSDate getTimeOfClock()Get the time of clock.- Returns:
- the time of clock
- Since:
- 14.0
-