Package org.orekit.frames
Interface EOPHistoryLoader
-
public interface EOPHistoryLoader
Interface for loading Earth Orientation Parameters history.- Since:
- 6.1
- Author:
- Luc Maisonobe
-
-
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
-
-