Package org.orekit.utils
Class PythonMultipleShooting
- java.lang.Object
-
- org.orekit.utils.PythonMultipleShooting
-
- All Implemented Interfaces:
MultipleShooting
public class PythonMultipleShooting extends Object implements MultipleShooting
-
-
Constructor Summary
Constructors Constructor Description PythonMultipleShooting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SpacecraftState>
compute()
Return the list of corrected patch points.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
-
compute
public List<SpacecraftState> compute()
Return the list of corrected patch points. An optimizer is better suited for this problem- Specified by:
compute
in interfaceMultipleShooting
- Returns:
- patchedSpacecraftStates patchedSpacecraftStates
-
-