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 Classes Modifier and Type Interface Description static interface
UTCTAIOffsetsLoader.Parser
Interface for parsing UTC-TAI offsets from a stream.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<OffsetModel>
loadOffsets()
Load UTC-TAI offsets entries.
-
-
-
Method Detail
-
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)
-
-