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.definitions This package contains definitions for CCSDS objects (frames, time systems...).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 CelestialBodyCelestialBodies. getBody(String name)Get a celestial body.static CelestialBodyCelestialBodyFactory. getBody(String name)Get a celestial body.CelestialBodyLazyLoadedCelestialBodies. getBody(String name)Get a celestial body.CelestialBodyCelestialBodies. getEarth()Get the Earth singleton body.static CelestialBodyCelestialBodyFactory. getEarth()Get the Earth singleton body.CelestialBodyLazyLoadedCelestialBodies. getEarth()CelestialBodyCelestialBodies. getEarthMoonBarycenter()Get the Earth-Moon barycenter singleton bodies pair.static CelestialBodyCelestialBodyFactory. getEarthMoonBarycenter()Get the Earth-Moon barycenter singleton bodies pair.CelestialBodyLazyLoadedCelestialBodies. getEarthMoonBarycenter()CelestialBodyCelestialBodies. getJupiter()Get the Jupiter singleton body.static CelestialBodyCelestialBodyFactory. getJupiter()Get the Jupiter singleton body.CelestialBodyLazyLoadedCelestialBodies. getJupiter()CelestialBodyCelestialBodies. getMars()Get the Mars singleton body.static CelestialBodyCelestialBodyFactory. getMars()Get the Mars singleton body.CelestialBodyLazyLoadedCelestialBodies. getMars()CelestialBodyCelestialBodies. getMercury()Get the Mercury singleton body.static CelestialBodyCelestialBodyFactory. getMercury()Get the Mercury singleton body.CelestialBodyLazyLoadedCelestialBodies. getMercury()CelestialBodyCelestialBodies. getMoon()Get the Moon singleton body.static CelestialBodyCelestialBodyFactory. getMoon()Get the Moon singleton body.CelestialBodyLazyLoadedCelestialBodies. getMoon()CelestialBodyCelestialBodies. getNeptune()Get the Neptune singleton body.static CelestialBodyCelestialBodyFactory. getNeptune()Get the Neptune singleton body.CelestialBodyLazyLoadedCelestialBodies. getNeptune()CelestialBodyCelestialBodies. getPluto()Get the Pluto singleton body.static CelestialBodyCelestialBodyFactory. getPluto()Get the Pluto singleton body.CelestialBodyLazyLoadedCelestialBodies. getPluto()CelestialBodyCR3BPSystem. getPrimary()Get the primary CelestialBody.CelestialBodyCelestialBodies. getSaturn()Get the Saturn singleton body.static CelestialBodyCelestialBodyFactory. getSaturn()Get the Saturn singleton body.CelestialBodyLazyLoadedCelestialBodies. getSaturn()CelestialBodyCR3BPSystem. getSecondary()Get the secondary CelestialBody.CelestialBodyCelestialBodies. getSolarSystemBarycenter()Get the solar system barycenter aggregated body.static CelestialBodyCelestialBodyFactory. getSolarSystemBarycenter()Get the solar system barycenter aggregated body.CelestialBodyLazyLoadedCelestialBodies. getSolarSystemBarycenter()CelestialBodyCelestialBodies. getSun()Get the Sun singleton body.static CelestialBodyCelestialBodyFactory. getSun()Get the Sun singleton body.CelestialBodyLazyLoadedCelestialBodies. getSun()CelestialBodyCelestialBodies. getUranus()Get the Uranus singleton body.static CelestialBodyCelestialBodyFactory. getUranus()Get the Uranus singleton body.CelestialBodyLazyLoadedCelestialBodies. getUranus()CelestialBodyCelestialBodies. getVenus()Get the Venus singleton body.static CelestialBodyCelestialBodyFactory. getVenus()Get the Venus singleton body.CelestialBodyLazyLoadedCelestialBodies. getVenus()CelestialBodyCelestialBodyLoader. loadCelestialBody(String name)Load celestial body.CelestialBodyJPLEphemeridesLoader. loadCelestialBody(String name)Load celestial body.Methods in org.orekit.bodies with parameters of type CelestialBody Modifier and Type Method Description static CR3BPSystemCR3BPFactory. getSystem(CelestialBody primaryBody, CelestialBody secondaryBody, double a)Get the corresponding CR3BP System.Constructors in org.orekit.bodies with parameters of type CelestialBody Constructor Description CR3BPSystem(CelestialBody primaryBody, CelestialBody secondaryBody, double a)Simple constructor.CR3BPSystem(CelestialBody primaryBody, CelestialBody secondaryBody, double a, double mu)Simple constructor. -
Uses of CelestialBody in org.orekit.files.ccsds.definitions
Methods in org.orekit.files.ccsds.definitions that return CelestialBody Modifier and Type Method Description CelestialBodyBodyFacade. getBody()Get the celestial body.CelestialBodyCenterName. getCelestialBody()Get the celestial body corresponding to the CCSDS constant.CelestialBodyCenterName. getCelestialBody(CelestialBodies celestialBodies)Get the celestial body corresponding to the CCSDS constant.Constructors in org.orekit.files.ccsds.definitions with parameters of type CelestialBody Constructor Description BodyFacade(String name, CelestialBody body)Simple constructor.ModifiedFrame(Frame frame, CelestialBodyFrame refFrame, CelestialBody body, String centerName)Create a CCSDS reference frame by changing the origin of an existing frame. -
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.OrekitEphemerisFile.OrekitEphemerisSegmentOrekitEphemerisFile.OrekitSatelliteEphemeris. addNewSegment(List<SpacecraftState> states, CelestialBody body, int interpolationSampleSize, TimeScale timeScale)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
Methods in org.orekit.forces.gravity that return CelestialBody Modifier and Type Method Description CelestialBodyDeSitterRelativity. getSun()Get the sun model used to compute De Sitter effect.Constructors in org.orekit.forces.gravity with parameters of type CelestialBody Constructor Description DeSitterRelativity(CelestialBody earth, CelestialBody sun)Simple constructor.SingleBodyAbsoluteAttraction(CelestialBody body)Constructor.SingleBodyRelativeAttraction(CelestialBody body)Constructor.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)Constructor.ThirdBodyAttractionEpoch(CelestialBody body)Simple constructor. -
Uses of CelestialBody in org.orekit.frames
Constructors in org.orekit.frames with parameters of type CelestialBody Constructor Description CR3BPRotatingFrame(double mu, CelestialBody primaryBody, CelestialBody secondaryBody)Simple constructor.L1Frame(CelestialBody primaryBody, CelestialBody secondaryBody)Simple constructor.L1TransformProvider(CelestialBody primaryBody, CelestialBody secondaryBody)Simple constructor.L2Frame(CelestialBody primaryBody, CelestialBody secondaryBody)Simple constructor.TwoBodiesBaryFrame(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, double mu)Complete constructor.DSSTThirdBodyDynamicContext(AuxiliaryElements aux, CelestialBody body, double[] parameters)Constructor.FieldDSSTThirdBodyDynamicContext(FieldAuxiliaryElements<T> aux, CelestialBody body, T[] parameters)Constructor.
-