Uses of Class
org.orekit.data.LazyLoadedDataContext
-
Packages that use LazyLoadedDataContext 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. -
-
Uses of LazyLoadedDataContext in org.orekit.data
Subclasses of LazyLoadedDataContext in org.orekit.data Modifier and Type Class Description class
ExceptionalDataContext
A data context that always throws a runtime exception when it's methods are used.Methods in org.orekit.data that return LazyLoadedDataContext Modifier and Type Method Description static LazyLoadedDataContext
DataContext. getDefault()
Get the default data context that is used to implement the static factories (TimeScalesFactory
,FramesFactory
, etc) and loaders that feed themselves (e.g.Methods in org.orekit.data with parameters of type LazyLoadedDataContext Modifier and Type Method Description static void
DataContext. setDefault(LazyLoadedDataContext context)
Set the default data context that is used to implement Orekit's static factories.
-