Class PythonAccuracyProvider
- java.lang.Object
-
- org.orekit.gnss.metric.messages.common.PythonAccuracyProvider
-
- All Implemented Interfaces:
AccuracyProvider
public class PythonAccuracyProvider extends Object implements AccuracyProvider
-
-
Constructor Summary
Constructors Constructor Description PythonAccuracyProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectdouble
getAccuracy()
Get the accuracy of the ephemeris data from an accuracy index.void
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
getAccuracy
public double getAccuracy()
Get the accuracy of the ephemeris data from an accuracy index.- Specified by:
getAccuracy
in interfaceAccuracyProvider
- Returns:
- accuracy in meters
-
-