Package org.orekit.estimation.sequential
Class PythonKalmanObserver
- java.lang.Object
-
- org.orekit.estimation.sequential.PythonKalmanObserver
-
- All Implemented Interfaces:
KalmanObserver
public class PythonKalmanObserver extends Object implements KalmanObserver
-
-
Constructor Summary
Constructors Constructor Description PythonKalmanObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluationPerformed(KalmanEstimation estimation)
Notification callback after each one of a Kalman filter estimation.void
finalize()
Part of JCC Python interface to objectvoid
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
-
evaluationPerformed
public void evaluationPerformed(KalmanEstimation estimation)
Notification callback after each one of a Kalman filter estimation.- Specified by:
evaluationPerformed
in interfaceKalmanObserver
- Parameters:
estimation
- estimation performed by Kalman estimator
-
-