Uses of Class
org.orekit.data.LazyLoadedDataContext
Packages that use LazyLoadedDataContext
Package
Description
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.dataModifier and TypeClassDescriptionclassA data context that always throws a runtime exception when it's methods are used.Methods in org.orekit.data that return LazyLoadedDataContextModifier and TypeMethodDescriptionstatic LazyLoadedDataContextDataContext.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 LazyLoadedDataContextModifier and TypeMethodDescriptionstatic voidDataContext.setDefault(LazyLoadedDataContext context) Set the default data context that is used to implement Orekit's static factories.