Package org.orekit.frames
Interface EopHistoryLoader
-
- All Known Implementing Classes:
SinexLoader
public interface EopHistoryLoader
Interface for loading Earth Orientation Parameters history.- Since:
- 6.1
- Author:
- Luc Maisonobe
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
EopHistoryLoader.Parser
Interface for parsing EOP data files.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fillHistory(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
-
-