Package org.orekit.frames
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 Summary
Constructors Constructor Description AbstractEopLoader(String supportedNames, DataProvidersManager manager, Supplier<TimeScale> utcSupplier)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TimeScale
getUtc()
Get the UTC time scale.-
Methods inherited from class org.orekit.data.AbstractSelfFeedingLoader
feed, getDataProvidersManager, getSupportedNames, setSupportedNames
-
-
-
-
Constructor Detail
-
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 Detail
-
getUtc
protected TimeScale getUtc()
Get the UTC time scale.- Returns:
- UTC time scale.
-
-