Package org.orekit.time
Class PythonUTCTAIOffsetsLoader
- java.lang.Object
-
- org.orekit.time.PythonUTCTAIOffsetsLoader
-
- All Implemented Interfaces:
UTCTAIOffsetsLoader
public class PythonUTCTAIOffsetsLoader extends Object implements UTCTAIOffsetsLoader
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.orekit.time.UTCTAIOffsetsLoader
UTCTAIOffsetsLoader.Parser
-
-
Constructor Summary
Constructors Constructor Description PythonUTCTAIOffsetsLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectList<OffsetModel>
loadOffsets()
Load UTC-TAI offsets entries.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
-
loadOffsets
public List<OffsetModel> loadOffsets()
Load UTC-TAI offsets entries.- Specified by:
loadOffsets
in interfaceUTCTAIOffsetsLoader
- Returns:
- sorted UTC-TAI offsets entries (if the linear offsets used prior to 1972 are missing, they will be inserted automatically)
-
-