Package org.orekit.time
Class UTCTAIHistoryFilesLoader
java.lang.Object
org.orekit.data.AbstractSelfFeedingLoader
org.orekit.time.UTCTAIHistoryFilesLoader
- All Implemented Interfaces:
UTCTAIOffsetsLoader
public class UTCTAIHistoryFilesLoader
extends AbstractSelfFeedingLoader
implements UTCTAIOffsetsLoader
Loader for UTC versus TAI history files.
UTC versus TAI history files contain leap seconds data since.
The UTC versus TAI history files are recognized thanks to their
base names, which must match the pattern UTC-TAI.history
(or UTC-TAI.history.gz for gzip-compressed files)
Only one history file must be present in the IERS directories hierarchy.
- Author:
- Luc Maisonobe
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInternal class performing the parsing. -
Constructor Summary
ConstructorsConstructorDescriptionBuild a loader for UTC-TAI history file.Build a loader for UTC-TAI history file. -
Method Summary
Methods inherited from class org.orekit.data.AbstractSelfFeedingLoader
feed, getDataProvidersManager, getSupportedNames, setSupportedNames
-
Constructor Details
-
UTCTAIHistoryFilesLoader
Build a loader for UTC-TAI history file. This constructor uses thedefault data context.- See Also:
-
UTCTAIHistoryFilesLoader
Build a loader for UTC-TAI history file.- Parameters:
manager- provides access to theUTC-TAI.historyfile.
-
-
Method Details
-
loadOffsets
Load UTC-TAI offsets entries.- Specified by:
loadOffsetsin interfaceUTCTAIOffsetsLoader- Returns:
- sorted UTC-TAI offsets entries (if the linear offsets used prior to 1972 are missing, they will be inserted automatically)
-