Uses of Interface
org.orekit.bodies.CelestialBody
-
Packages that use CelestialBody 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.files.ccsds This package provides a parser for orbit data stored in CCSDS Orbit Data Message format.org.orekit.files.general This package provides interfaces for orbit file representations and corresponding parsers.org.orekit.forces.gravity This package provides all gravity-related forces.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.propagation.semianalytical.dsst.forces This package provides force models for Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of CelestialBody in org.orekit.bodies
Methods in org.orekit.bodies that return CelestialBody Modifier and Type Method Description static CelestialBodyCelestialBodyFactory. getBody(String name)Get a celestial body.static CelestialBodyCelestialBodyFactory. getEarth()Get the Earth singleton body.static CelestialBodyCelestialBodyFactory. getEarthMoonBarycenter()Get the Earth-Moon barycenter singleton bodies pair.static CelestialBodyCelestialBodyFactory. getJupiter()Get the Jupiter singleton body.static CelestialBodyCelestialBodyFactory. getMars()Get the Mars singleton body.static CelestialBodyCelestialBodyFactory. getMercury()Get the Mercury singleton body.static CelestialBodyCelestialBodyFactory. getMoon()Get the Moon singleton body.static CelestialBodyCelestialBodyFactory. getNeptune()Get the Neptune singleton body.static CelestialBodyCelestialBodyFactory. getPluto()Get the Pluto singleton body.static CelestialBodyCelestialBodyFactory. getSaturn()Get the Saturn singleton body.static CelestialBodyCelestialBodyFactory. getSolarSystemBarycenter()Get the solar system barycenter aggregated body.static CelestialBodyCelestialBodyFactory. getSun()Get the Sun singleton body.static CelestialBodyCelestialBodyFactory. getUranus()Get the Uranus singleton body.static CelestialBodyCelestialBodyFactory. getVenus()Get the Venus singleton body.CelestialBodyCelestialBodyLoader. loadCelestialBody(String name)Load celestial body.CelestialBodyJPLEphemeridesLoader. loadCelestialBody(String name)Load celestial body. -
Uses of CelestialBody in org.orekit.files.ccsds
Methods in org.orekit.files.ccsds that return CelestialBody Modifier and Type Method Description abstract CelestialBodyCenterName. getCelestialBody()Get the celestial body corresponding to the CCSDS constant.CelestialBodyODMMetaData. getCenterBody()Get theCelestialBodycorresponding to the center name. -
Uses of CelestialBody in org.orekit.files.general
Methods in org.orekit.files.general with parameters of type CelestialBody Modifier and Type Method Description OrekitEphemerisFile.OrekitEphemerisSegmentOrekitEphemerisFile.OrekitSatelliteEphemeris. addNewSegment(List<SpacecraftState> states, CelestialBody body, int interpolationSampleSize)Injects pre-computed satellite states into this ephemeris file object, returning the generatedOrekitEphemerisFile.OrekitEphemerisSegmentthat has been stored internally. -
Uses of CelestialBody in org.orekit.forces.gravity
Constructors in org.orekit.forces.gravity with parameters of type CelestialBody Constructor Description SolidTides(Frame centralBodyFrame, double ae, double mu, TideSystem centralTideSystem, boolean poleTide, double step, int nbPoints, IERSConventions conventions, UT1Scale ut1, CelestialBody... bodies)Simple constructor.SolidTides(Frame centralBodyFrame, double ae, double mu, TideSystem centralTideSystem, IERSConventions conventions, UT1Scale ut1, CelestialBody... bodies)Simple constructor.ThirdBodyAttraction(CelestialBody body)Simple constructor. -
Uses of CelestialBody in org.orekit.frames
Constructors in org.orekit.frames with parameters of type CelestialBody Constructor Description L1Frame(CelestialBody primaryBody, CelestialBody secondaryBody)Simple constructor.L1TransformProvider(CelestialBody primaryBody, CelestialBody secondaryBody)Simple constructor.L2Frame(CelestialBody primaryBody, CelestialBody secondaryBody)Simple constructor. -
Uses of CelestialBody in org.orekit.propagation.semianalytical.dsst.forces
Methods in org.orekit.propagation.semianalytical.dsst.forces that return CelestialBody Modifier and Type Method Description CelestialBodyDSSTThirdBody. getBody()Get third body.Constructors in org.orekit.propagation.semianalytical.dsst.forces with parameters of type CelestialBody Constructor Description DSSTThirdBody(CelestialBody body)Complete constructor.
-