Interface AccuracyProvider
-
- All Known Implementing Classes:
GlonassUserRangeAccuracy,SignalInSpaceAccuracy,UserRangeAccuracy
public interface AccuracyProviderThis 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 doublegetAccuracy()Get the accuracy of the ephemeris data from an accuracy index.
-