Package org.orekit.frames
Interface EopHistoryLoader
-
public interface EopHistoryLoaderInterface for loading Earth Orientation Parameters history.- Since:
- 6.1
- Author:
- Luc Maisonobe
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEopHistoryLoader.ParserInterface for parsing EOP data files.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history)Load celestial body.
-
-
-
Method Detail
-
fillHistory
void fillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history)
Load celestial body.- Parameters:
converter- converter to use for nutation correctionshistory- history to fill up
-
-