Class AbstractEopLoader

java.lang.Object
org.orekit.data.AbstractSelfFeedingLoader
org.orekit.frames.AbstractEopLoader

public class AbstractEopLoader extends AbstractSelfFeedingLoader
Base class for EOP loaders.
Author:
Evan Ward
  • Constructor Details

    • AbstractEopLoader

      public AbstractEopLoader(String supportedNames, DataProvidersManager manager, Supplier<TimeScale> utcSupplier)
      Simple constructor.
      Parameters:
      supportedNames - regular expression for supported files names.
      manager - provides access to the EOP files.
      utcSupplier - UTC time scale.
  • Method Details

    • getUtc

      protected TimeScale getUtc()
      Get the UTC time scale.
      Returns:
      UTC time scale.