Uses of Interface
org.orekit.bodies.CelestialBodies
-
Packages that use CelestialBodies 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.org.orekit.files.ccsds.definitions This package contains definitions for CCSDS objects (frames, time systems...).org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message.org.orekit.files.ccsds.utils.lexical This package contains utilities for CCSDS messages lexical analysis.org.orekit.frames This package provides classes to handle frames and transforms between them. -
-
Uses of CelestialBodies in org.orekit.bodies
Classes in org.orekit.bodies that implement CelestialBodies Modifier and Type Class Description class
LazyLoadedCelestialBodies
This class lazily loads auxiliary data when it is needed by a requested body. -
Uses of CelestialBodies in org.orekit.data
Methods in org.orekit.data that return CelestialBodies Modifier and Type Method Description CelestialBodies
CompositeDataContext. getCelestialBodies()
CelestialBodies
DataContext. getCelestialBodies()
Get a factory constructingCelestialBody
s based on the auxiliary data in this context.Constructors in org.orekit.data with parameters of type CelestialBodies Constructor Description CompositeDataContext(TimeScales timeScales, Frames frames, CelestialBodies celestialBodies, GravityFields gravityFields, GeoMagneticFields geoMagneticFields)
Simple constructor. -
Uses of CelestialBodies in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions with parameters of type CelestialBodies Modifier and Type Method Description static BodyFacade
BodyFacade. create(CenterName centerName, CelestialBodies bodies)
Create a body facade from an input center name.CelestialBody
CenterName. getCelestialBody(CelestialBodies celestialBodies)
Get the celestial body corresponding to the CCSDS constant. -
Uses of CelestialBodies in org.orekit.files.ccsds.ndm.odm.ocm
Constructors in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type CelestialBodies Constructor Description Perturbations(CelestialBodies celestialBodies)
Simple constructor. -
Uses of CelestialBodies in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type CelestialBodies Modifier and Type Method Description boolean
ParseToken. processAsCenter(ParseToken.CenterConsumer consumer, CelestialBodies celestialBodies)
Process the content as a body center.boolean
ParseToken. processAsCenterList(ParseToken.CenterListConsumer consumer, CelestialBodies celestialBodies)
Process the content as a body center list. -
Uses of CelestialBodies in org.orekit.frames
Methods in org.orekit.frames with parameters of type CelestialBodies Modifier and Type Method Description static Frames
Frames. of(TimeScales timeScales, CelestialBodies celestialBodies)
Create a set of frames from the given data.Constructors in org.orekit.frames with parameters of type CelestialBodies Constructor Description LazyLoadedFrames(LazyLoadedEop lazyLoadedEop, TimeScales timeScales, CelestialBodies celestialBodies)
Create a collection of frames from the given auxiliary data.
-