Class UserRangeAccuracy
- java.lang.Object
-
- org.orekit.gnss.metric.messages.common.UserRangeAccuracy
-
- All Implemented Interfaces:
AccuracyProvider
public class UserRangeAccuracy extends Object implements AccuracyProvider
User Range Accuracy.- Since:
- 11.0
- Author:
- Luc Maisonobe, Bryan Cazabonne
- See Also:
- "IS-GPS-200K, 4 March 2016, Section 20.3.3.3.1.3"
-
-
Constructor Summary
Constructors Constructor Description UserRangeAccuracy(int index)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAccuracy()
Get the accuracy of the ephemeris data from an accuracy index.
-
-
-
Method Detail
-
getAccuracy
public double getAccuracy()
Get the accuracy of the ephemeris data from an accuracy index.- Specified by:
getAccuracy
in interfaceAccuracyProvider
- Returns:
- accuracy in meters
-
-