Class PythonModelObserver
- java.lang.Object
-
- org.orekit.estimation.leastsquares.PythonModelObserver
-
- All Implemented Interfaces:
ModelObserver
public class PythonModelObserver extends Object implements ModelObserver
-
-
Constructor Summary
Constructors Constructor Description PythonModelObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectvoid
modelCalled(Orbit[] orbits, Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> estimations)
Notification callback for orbit changes.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
-
modelCalled
public void modelCalled(Orbit[] orbits, Map<ObservedMeasurement<?>,EstimatedMeasurement<?>> estimations)
Notification callback for orbit changes.- Specified by:
modelCalled
in interfaceModelObserver
- Parameters:
orbits
- current estimated orbitsestimations
- map of measurements estimations resulting from the current estimated orbit (this is an unmodifiable view of the
-
-