Uses of Interface
org.orekit.frames.EopHistoryLoader
-
Packages that use EopHistoryLoader Package Description org.orekit.files.sinex This package provides classes related to station data.org.orekit.frames This package provides classes to handle frames and transforms between them. -
-
Uses of EopHistoryLoader in org.orekit.files.sinex
Classes in org.orekit.files.sinex that implement EopHistoryLoader Modifier and Type Class Description class
SinexLoader
Loader for Solution INdependent EXchange (SINEX) files. -
Uses of EopHistoryLoader in org.orekit.frames
Methods in org.orekit.frames with parameters of type EopHistoryLoader Modifier and Type Method Description static void
FramesFactory. addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader)
Add a loader for Earth Orientation Parameters history.void
LazyLoadedEop. addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader)
Add a loader for Earth Orientation Parameters history.void
LazyLoadedFrames. addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader)
Add a loader for Earth Orientation Parameters history.
-