Package org.orekit.time
Interface UTCTAIOffsetsLoader
- All Known Implementing Classes:
AGILeapSecondFilesLoader,TAIUTCDatFilesLoader,UTCTAIBulletinAFilesLoader,UTCTAIHistoryFilesLoader
public interface UTCTAIOffsetsLoader
Interface for loading UTC-TAI offsets data files.
- Since:
- 7.1
- Author:
- Luc Maisonobe
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInterface for parsing UTC-TAI offsets from a stream. -
Method Summary
-
Method Details
-
loadOffsets
List<OffsetModel> loadOffsets()Load UTC-TAI offsets entries.- Returns:
- sorted UTC-TAI offsets entries (if the linear offsets used prior to 1972 are missing, they will be inserted automatically)
-