Uses of Class
org.orekit.frames.LazyLoadedEop
-
Packages that use LazyLoadedEop Package Description org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. -
-
Uses of LazyLoadedEop in org.orekit.frames
Constructors in org.orekit.frames with parameters of type LazyLoadedEop Constructor Description LazyLoadedFrames(LazyLoadedEop lazyLoadedEop, TimeScales timeScales, CelestialBodies celestialBodies)
Create a collection of frames from the given auxiliary data. -
Uses of LazyLoadedEop in org.orekit.time
Constructors in org.orekit.time with parameters of type LazyLoadedEop Constructor Description LazyLoadedTimeScales(LazyLoadedEop lazyLoadedEop)
Create a new set of time scales with the given sources of auxiliary data.
-