Uses of Interface
org.orekit.bodies.CelestialBodies
Packages that use CelestialBodies
Package
Description
This package provides interface to represent the position and geometry of
space objects such as stars, planets or asteroids.
This package provide base classes for exploring the configured data
directory tree and read external data that can be used by the library.
This package contains definitions for CCSDS objects (frames, time systems...).
This package contains class managing CCSDS Orbit Comprehensive Message.
This package contains utilities for CCSDS messages lexical analysis.
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 CelestialBodiesModifier and TypeClassDescriptionclassThis class lazily loads auxiliary data when it is needed by a requested body.Constructors in org.orekit.bodies with parameters of type CelestialBodiesModifierConstructorDescriptionJPLEphemeridesLoader(String supportedNames, JPLEphemeridesLoader.EphemerisType generateType, DataProvidersManager dataProvidersManager, TimeScales timeScales, Frame gcrf, CelestialBodies celestialBodies) Create a loader for JPL ephemerides binary files. -
Uses of CelestialBodies in org.orekit.data
Methods in org.orekit.data that return CelestialBodiesModifier and TypeMethodDescriptionCompositeDataContext.getCelestialBodies()DataContext.getCelestialBodies()Get a factory constructingCelestialBodys based on the auxiliary data in this context.Constructors in org.orekit.data with parameters of type CelestialBodiesModifierConstructorDescriptionCompositeDataContext(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 CelestialBodiesModifier and TypeMethodDescriptionstatic BodyFacadeBodyFacade.create(CenterName centerName, CelestialBodies bodies) Create a body facade from an input center name.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 -
Uses of CelestialBodies in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical with parameters of type CelestialBodiesModifier and TypeMethodDescriptionbooleanParseToken.processAsCenter(ParseToken.CenterConsumer consumer, CelestialBodies celestialBodies) Process the content as a body center.booleanParseToken.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 CelestialBodiesModifier and TypeMethodDescriptionstatic FramesFrames.of(TimeScales timeScales, CelestialBodies celestialBodies) Create a set of frames from the given data.Constructors in org.orekit.frames with parameters of type CelestialBodiesModifierConstructorDescriptionLazyLoadedFrames(LazyLoadedEop lazyLoadedEop, TimeScales timeScales, CelestialBodies celestialBodies) Create a collection of frames from the given auxiliary data.