Class UserRangeAccuracy
java.lang.Object
org.orekit.gnss.metric.messages.common.UserRangeAccuracy
- All Implemented Interfaces:
AccuracyProvider
User Range Accuracy.
- Since:
- 11.0
- Author:
- Luc Maisonobe, Bryan Cazabonne
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the accuracy of the ephemeris data from an accuracy index.
-
Constructor Details
-
UserRangeAccuracy
public UserRangeAccuracy(int index) Simple constructor.- Parameters:
index- integer value of the 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
-