Class TAIUTCDatFilesLoader

java.lang.Object
org.orekit.data.AbstractSelfFeedingLoader
org.orekit.time.TAIUTCDatFilesLoader
All Implemented Interfaces:
UTCTAIOffsetsLoader

public class TAIUTCDatFilesLoader extends AbstractSelfFeedingLoader implements UTCTAIOffsetsLoader
Loader for UTC-TAI extracted from tai-utc.dat file from USNO.

This class is immutable and hence thread-safe

Since:
7.1
Author:
Luc Maisonobe
  • Field Details

    • DEFAULT_SUPPORTED_NAMES

      public static final String DEFAULT_SUPPORTED_NAMES
      Default supported files name pattern.
      See Also:
  • Constructor Details

  • Method Details

    • loadOffsets

      public List<OffsetModel> loadOffsets()
      Load UTC-TAI offsets entries.
      Specified by:
      loadOffsets in interface UTCTAIOffsetsLoader
      Returns:
      sorted UTC-TAI offsets entries (if the linear offsets used prior to 1972 are missing, they will be inserted automatically)