Uses of Class
org.orekit.bodies.LazyLoadedCelestialBodies
-
Packages that use LazyLoadedCelestialBodies Package Description org.orekit.bodies This package provides interface to represent the position and geometry of space objects such as stars, planets or asteroids.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 LazyLoadedCelestialBodies in org.orekit.bodies
Methods in org.orekit.bodies that return LazyLoadedCelestialBodies Modifier and Type Method Description static LazyLoadedCelestialBodies
CelestialBodyFactory. getCelestialBodies()
Get the instance ofCelestialBodies
that is called by the static methods in this class. -
Uses of LazyLoadedCelestialBodies in org.orekit.data
Methods in org.orekit.data that return LazyLoadedCelestialBodies Modifier and Type Method Description LazyLoadedCelestialBodies
ExceptionalDataContext. getCelestialBodies()
LazyLoadedCelestialBodies
LazyLoadedDataContext. getCelestialBodies()
-