Class PythonTideSystemProvider
- java.lang.Object
-
- org.orekit.forces.gravity.potential.PythonTideSystemProvider
-
- All Implemented Interfaces:
TideSystemProvider
public class PythonTideSystemProvider extends Object implements TideSystemProvider
-
-
Constructor Summary
Constructors Constructor Description PythonTideSystemProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectTideSystem
getTideSystem()
Get theTideSystem
used in the gravity field.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
-
getTideSystem
public TideSystem getTideSystem()
Get theTideSystem
used in the gravity field.- Specified by:
getTideSystem
in interfaceTideSystemProvider
- Returns:
- tide system used in the gravity field
-
-