Class PythonODEIntegratorBuilder
- java.lang.Object
-
- org.orekit.propagation.conversion.PythonODEIntegratorBuilder
-
- All Implemented Interfaces:
ODEIntegratorBuilder
public class PythonODEIntegratorBuilder extends Object implements ODEIntegratorBuilder
-
-
Constructor Summary
Constructors Constructor Description PythonODEIntegratorBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractIntegrator
buildIntegrator(Orbit orbit, OrbitType orbitType)
Build a first order integrator.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
-
buildIntegrator
public AbstractIntegrator buildIntegrator(Orbit orbit, OrbitType orbitType)
Build a first order integrator.- Specified by:
buildIntegrator
in interfaceODEIntegratorBuilder
- Parameters:
orbit
- reference orbitorbitType
- orbit type to use- Returns:
- a first order integrator ready to use
-
-