Uses of Class
org.orekit.models.earth.LazyLoadedGeoMagneticFields
-
Packages that use LazyLoadedGeoMagneticFields 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.models.earth This package provides models that simulate certain physical phenomena of Earth and the near-Earth environment. -
-
Uses of LazyLoadedGeoMagneticFields in org.orekit.data
Methods in org.orekit.data that return LazyLoadedGeoMagneticFields Modifier and Type Method Description LazyLoadedGeoMagneticFields
ExceptionalDataContext. getGeoMagneticFields()
LazyLoadedGeoMagneticFields
LazyLoadedDataContext. getGeoMagneticFields()
-
Uses of LazyLoadedGeoMagneticFields in org.orekit.models.earth
Methods in org.orekit.models.earth that return LazyLoadedGeoMagneticFields Modifier and Type Method Description static LazyLoadedGeoMagneticFields
GeoMagneticFieldFactory. getGeoMagneticFields()
Get the instance ofGeoMagneticFields
that is called by methods in this class.
-