Package org.orekit.frames
Class PythonEOPHistoryLoader
- java.lang.Object
-
- org.orekit.frames.PythonEOPHistoryLoader
-
- All Implemented Interfaces:
EopHistoryLoader
public class PythonEOPHistoryLoader extends Object implements EopHistoryLoader
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.orekit.frames.EopHistoryLoader
EopHistoryLoader.Parser
-
-
Constructor Summary
Constructors Constructor Description PythonEOPHistoryLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history)
Load celestial body.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
-
fillHistory
public void fillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history)
Load celestial body.- Specified by:
fillHistory
in interfaceEopHistoryLoader
- Parameters:
converter
- converter to use for nutation correctionshistory
- history to fill up
-
-