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
Modifier and TypeMethodDescriptiondoubleGet the accuracy of the ephemeris data from an accuracy index.
-
Method Details
-
getAccuracy
double getAccuracy()Get the accuracy of the ephemeris data from an accuracy index.- Returns:
- accuracy in meters
-