public interface UTCTAILoader extends DataLoader
| Modifier and Type | Method and Description |
|---|---|
String |
getSupportedNames()
Get the regular expression for supported UTC-TAI offsets files names.
|
SortedMap<DateComponents,Integer> |
loadTimeSteps()
Load UTC-TAI offsets entries.
|
loadData, stillAcceptsDataSortedMap<DateComponents,Integer> loadTimeSteps()
Only the integer offsets used since 1972-01-01 are loaded here, the linear offsets used between 1961-01-01 and
1971-12-31 are hard-coded in the UTCScale class itself.
String getSupportedNames()
Copyright © 2025 CNES. All rights reserved.