Uses of Class
org.orekit.forces.gravity.potential.LazyLoadedGravityFields
-
Packages that use LazyLoadedGravityFields 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.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats. -
-
Uses of LazyLoadedGravityFields in org.orekit.data
Methods in org.orekit.data that return LazyLoadedGravityFields Modifier and Type Method Description LazyLoadedGravityFields
ExceptionalDataContext. getGravityFields()
LazyLoadedGravityFields
LazyLoadedDataContext. getGravityFields()
-
Uses of LazyLoadedGravityFields in org.orekit.forces.gravity.potential
Methods in org.orekit.forces.gravity.potential that return LazyLoadedGravityFields Modifier and Type Method Description static LazyLoadedGravityFields
GravityFieldFactory. getGravityFields()
Get the instance ofGravityFields
that is called by the static methods of this class.
-