Package org.orekit.data
Class PythonDataContext
- java.lang.Object
-
- org.orekit.data.PythonDataContext
-
- All Implemented Interfaces:
DataContext
public class PythonDataContext extends Object implements DataContext
-
-
Constructor Summary
Constructors Constructor Description PythonDataContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectCelestialBodies
getCelestialBodies()
Get a factory constructingCelestialBody
s based on the auxiliary data in this context.Frames
getFrames()
Get a factory constructingFrame
s based on the auxiliary data in this context.GeoMagneticFields
getGeoMagneticFields()
Get a factory constructingGeoMagneticField
s based on the auxiliary data in this context.GravityFields
getGravityFields()
Get a factory constructing gravity fields based on the auxiliary data in this context.TimeScales
getTimeScales()
Get a factory for constructingTimeScale
s based on the auxiliary data in this context.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
-
getTimeScales
public TimeScales getTimeScales()
Get a factory for constructingTimeScale
s based on the auxiliary data in this context.- Specified by:
getTimeScales
in interfaceDataContext
- Returns:
- the set of common time scales using this data context.
-
getFrames
public Frames getFrames()
Get a factory constructingFrame
s based on the auxiliary data in this context.- Specified by:
getFrames
in interfaceDataContext
- Returns:
- the set of common reference frames using this data context.
-
getCelestialBodies
public CelestialBodies getCelestialBodies()
Get a factory constructingCelestialBody
s based on the auxiliary data in this context.- Specified by:
getCelestialBodies
in interfaceDataContext
- Returns:
- the set of common celestial bodies using this data context.
-
getGravityFields
public GravityFields getGravityFields()
Get a factory constructing gravity fields based on the auxiliary data in this context.- Specified by:
getGravityFields
in interfaceDataContext
- Returns:
- the gravity fields using this data context.
-
getGeoMagneticFields
public GeoMagneticFields getGeoMagneticFields()
Get a factory constructingGeoMagneticField
s based on the auxiliary data in this context.- Specified by:
getGeoMagneticFields
in interfaceDataContext
- Returns:
- the geomagnetic fields using this data context.
-
-