Interface AccuracyProvider
-
- All Known Implementing Classes:
GlonassUserRangeAccuracy
,SignalInSpaceAccuracy
,UserRangeAccuracy
public interface AccuracyProvider
This interface represents an accuracy providerused to validate RTCM ephemeris messages.- Since:
- 11.0
- Author:
- Bryan Cazabonne
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAccuracy()
Get the accuracy of the ephemeris data from an accuracy index.
-