Class PythonThrustDirectionProvider
- java.lang.Object
-
- org.orekit.forces.maneuvers.propulsion.PythonThrustDirectionProvider
-
- All Implemented Interfaces:
ThrustDirectionProvider
public class PythonThrustDirectionProvider extends Object implements ThrustDirectionProvider
-
-
Constructor Summary
Constructors Constructor Description PythonThrustDirectionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector3D
computeThrustDirection(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame)
Compute the thrust direction corresponding to an orbital state.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
-
computeThrustDirection
public Vector3D computeThrustDirection(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame)
Compute the thrust direction corresponding to an orbital state.- Specified by:
computeThrustDirection
in interfaceThrustDirectionProvider
- Parameters:
pvProv
- local position-velocity provider around current datedate
- current dateframe
- reference frame from which attitude is computed- Returns:
- direction thrust direction at the specified date and position-velocity state
-
-