Package org.orekit.frames
Class AbstractEopLoader
java.lang.Object
org.orekit.data.AbstractSelfFeedingLoader
org.orekit.frames.AbstractEopLoader
Base class for EOP loaders.
- Author:
- Evan Ward
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractEopLoader(String supportedNames, DataProvidersManager manager, Supplier<TimeScale> utcSupplier) Simple constructor. -
Method Summary
Methods inherited from class org.orekit.data.AbstractSelfFeedingLoader
feed, getDataProvidersManager, getSupportedNames, setSupportedNames
-
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
Get the UTC time scale.- Returns:
- UTC time scale.
-