Package org.orekit.bodies
Class PythonCelestialBodyLoader
- java.lang.Object
-
- org.orekit.bodies.PythonCelestialBodyLoader
-
- All Implemented Interfaces:
CelestialBodyLoader
public class PythonCelestialBodyLoader extends Object implements CelestialBodyLoader
-
-
Constructor Summary
Constructors Constructor Description PythonCelestialBodyLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectCelestialBody
loadCelestialBody(String name)
Load celestial body.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
-
loadCelestialBody
public CelestialBody loadCelestialBody(String name)
Load celestial body. Extension point for Python.- Specified by:
loadCelestialBody
in interfaceCelestialBodyLoader
- Parameters:
name
- name of the celestial body- Returns:
- loaded celestial body
-
-