Package org.orekit.frames
Interface EopHistoryLoader
public interface EopHistoryLoader
Interface for loading Earth Orientation Parameters history.
- Since:
- 6.1
- Author:
- Luc Maisonobe
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInterface for parsing EOP data files. -
Method Summary
Modifier and TypeMethodDescriptionvoidfillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history) Load celestial body.
-
Method Details
-
fillHistory
void fillHistory(IERSConventions.NutationCorrectionConverter converter, SortedSet<EOPEntry> history) Load celestial body.- Parameters:
converter- converter to use for nutation correctionshistory- history to fill up
-