Interface FieldGNSSClockElements<T extends CalculusFieldElement<T>>
-
- Type Parameters:
T
- type of the field elements
- All Superinterfaces:
FieldTimeStamped<T>
- All Known Implementing Classes:
FieldAbstractAlmanac
,FieldAbstractNavigationMessage
,FieldBeidouAlmanac
,FieldBeidouCivilianNavigationMessage
,FieldBeidouLegacyNavigationMessage
,FieldCivilianNavigationMessage
,FieldCommonGnssData
,FieldGalileoAlmanac
,FieldGalileoNavigationMessage
,FieldGPSAlmanac
,FieldGPSCivilianNavigationMessage
,FieldGPSLegacyNavigationMessage
,FieldLegacyNavigationMessage
,FieldNavICAlmanac
,FieldNavicL1NVNavigationMessage
,FieldNavicLegacyNavigationMessage
,FieldQZSSAlmanac
,FieldQZSSCivilianNavigationMessage
,FieldQZSSLegacyNavigationMessage
public interface FieldGNSSClockElements<T extends CalculusFieldElement<T>> extends FieldTimeStamped<T>
This interface provides the minimal set of clock elements needed by theFieldClockCorrectionsProvider
.- Since:
- 13.0
- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getAf0()
Gets the Zeroth Order Clock Correction.T
getAf1()
Gets the First Order Clock Correction.T
getAf2()
Gets the Second Order Clock Correction.T
getTGD()
Get the estimated group delay differential TGD for L1-L2 correction.T
getToc()
Get the time of clock.-
Methods inherited from interface org.orekit.time.FieldTimeStamped
durationFrom, getDate
-
-
-
-
Method Detail
-
getAf0
T getAf0()
Gets the Zeroth Order Clock Correction.
-
getAf1
T getAf1()
Gets the First Order Clock Correction.
-
getAf2
T getAf2()
Gets the Second Order Clock Correction.
-
getTGD
T getTGD()
Get the estimated group delay differential TGD for L1-L2 correction.- Returns:
- the estimated group delay differential TGD for L1-L2 correction (s)
-
-