Interface GNSSClockElements
-
- All Superinterfaces:
TimeStamped
- All Known Implementing Classes:
AbstractAlmanac,AbstractNavigationMessage,BeidouAlmanac,BeidouCivilianNavigationMessage,BeidouLegacyNavigationMessage,CivilianNavigationMessage,CommonGnssData,GalileoAlmanac,GalileoNavigationMessage,GPSAlmanac,GPSCivilianNavigationMessage,GPSLegacyNavigationMessage,LegacyNavigationMessage,NavICAlmanac,NavICL1NVNavigationMessage,NavICLegacyNavigationMessage,QZSSAlmanac,QZSSCivilianNavigationMessage,QZSSLegacyNavigationMessage
public interface GNSSClockElements extends TimeStamped
This interface provides the minimal set of clock elements needed by theClockCorrectionsProvider.- Since:
- 11.0
- Author:
- Pascal Parraud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetAf0()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.doublegetToc()Get the time of clock.-
Methods inherited from interface org.orekit.time.TimeStamped
durationFrom, getDate
-
-
-
-
Method Detail
-
getAf0
double getAf0()
Gets the Zeroth Order Clock Correction.
-
getAf1
double getAf1()
Gets the First Order Clock Correction.
-
getAf2
double getAf2()
Gets the Second Order Clock Correction.
-
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)
-
-