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
Methods in org.orekit.files.sinex that return EopHistoryLoader Modifier and Type Method Description EopHistoryLoaderSinex. getEopLoader(ITRFVersion itrfVersion)Get the parsed EOP data. -
Uses of EopHistoryLoader in org.orekit.frames
Methods in org.orekit.frames with parameters of type EopHistoryLoader Modifier and Type Method Description static voidFramesFactory. addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader)Add a loader for Earth Orientation Parameters history.voidLazyLoadedEop. addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader)Add a loader for Earth Orientation Parameters history.voidLazyLoadedFrames. addEOPHistoryLoader(IERSConventions conventions, EopHistoryLoader loader)Add a loader for Earth Orientation Parameters history.
-