Class GlonassUserRangeAccuracy
java.lang.Object
org.orekit.gnss.metric.messages.common.GlonassUserRangeAccuracy
- All Implemented Interfaces:
AccuracyProvider
Enumerate for GLONASS User Range Accuracy.
- Author:
- Bryan Cazabonne
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the accuracy of the ephemeris data from an accuracy index.
-
Constructor Details
-
GlonassUserRangeAccuracy
public GlonassUserRangeAccuracy(int index) Simple constructor.- Parameters:
index- integer value of the Glonass user range accuracy
-
-
Method Details
-
getAccuracy
public double getAccuracy()Get the accuracy of the ephemeris data from an accuracy index.- Specified by:
getAccuracyin interfaceAccuracyProvider- Returns:
- accuracy in meters
-