Uses of Class
org.orekit.time.LazyLoadedTimeScales
-
Packages that use LazyLoadedTimeScales Package Description org.orekit.data This package provide base classes for exploring the configured data directory tree and read external data that can be used by the library.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together. -
-
Uses of LazyLoadedTimeScales in org.orekit.data
Methods in org.orekit.data that return LazyLoadedTimeScales Modifier and Type Method Description LazyLoadedTimeScales
ExceptionalDataContext. getTimeScales()
LazyLoadedTimeScales
LazyLoadedDataContext. getTimeScales()
-
Uses of LazyLoadedTimeScales in org.orekit.time
Methods in org.orekit.time that return LazyLoadedTimeScales Modifier and Type Method Description static LazyLoadedTimeScales
TimeScalesFactory. getTimeScales()
Get the instance ofTimeScales
that is called by all of the static methods in this class.
-