Uses of Interface
org.orekit.utils.ExtendedPositionProvider
-
Packages that use ExtendedPositionProvider Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.bodies This package provides interface to represent the position and geometry of space objects such as stars, planets or asteroids.org.orekit.control.indirect.adjoint This package provides routines to model the adjoint dynamics as in the Pontryagin Maximum Principle, as used in indirect control.org.orekit.forces.radiation This package provides all radiation pressure related forces.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.utils This package provides useful objects. -
-
Uses of ExtendedPositionProvider in org.orekit.attitudes
Constructors in org.orekit.attitudes with parameters of type ExtendedPositionProvider Constructor Description AlignedAndConstrained(Vector3D primarySat, TargetProvider primaryTarget, Vector3D secondarySat, TargetProvider secondaryTarget, ExtendedPositionProvider sun, OneAxisEllipsoid earth)
Simple constructor. -
Uses of ExtendedPositionProvider in org.orekit.bodies
Subinterfaces of ExtendedPositionProvider in org.orekit.bodies Modifier and Type Interface Description interface
CelestialBody
Interface for celestial bodies like Sun, Moon or solar system planets.Classes in org.orekit.bodies that implement ExtendedPositionProvider Modifier and Type Class Description class
AnalyticalSolarPositionProvider
Class computing low-fidelity positions for the Sun. -
Uses of ExtendedPositionProvider in org.orekit.control.indirect.adjoint
Constructors in org.orekit.control.indirect.adjoint with parameters of type ExtendedPositionProvider Constructor Description AbstractCartesianAdjointNonCentralBodyTerm(double mu, ExtendedPositionProvider bodyPositionProvider)
Constructor.CartesianAdjointSingleBodyTerm(double mu, ExtendedPositionProvider bodyPositionProvider)
Constructor.CartesianAdjointThirdBodyTerm(double mu, ExtendedPositionProvider bodyPositionProvider)
Constructor. -
Uses of ExtendedPositionProvider in org.orekit.forces.radiation
Methods in org.orekit.forces.radiation that return ExtendedPositionProvider Modifier and Type Method Description ExtendedPositionProvider
AbstractLightFluxModel. getOccultedBody()
Getter for the occulted body's position provider.Constructors in org.orekit.forces.radiation with parameters of type ExtendedPositionProvider Constructor Description AbstractLightFluxModel(ExtendedPositionProvider occultedBody)
Constructor.AbstractSolarLightFluxModel(double kRef, ExtendedPositionProvider occultedBody, double occultingBodyRadius, EventDetectionSettings eventDetectionSettings)
Constructor.AbstractSolarLightFluxModel(ExtendedPositionProvider occultedBody, double occultingBodyRadius, EventDetectionSettings eventDetectionSettings)
Constructor with default value for reference flux.ConicallyShadowedLightFluxModel(double kRef, double occultedBodyRadius, ExtendedPositionProvider occultedBody, double occultingBodyRadius)
Constructor with default event detection settings.ConicallyShadowedLightFluxModel(double kRef, double occultedBodyRadius, ExtendedPositionProvider occultedBody, double occultingBodyRadius, EventDetectionSettings eventDetectionSettings)
Constructor.ConicallyShadowedLightFluxModel(double occultedBodyRadius, ExtendedPositionProvider occultedBody, double occultingBodyRadius)
Constructor with default value for reference flux.CylindricallyShadowedLightFluxModel(double kRef, ExtendedPositionProvider occultedBody, double occultingBodyRadius)
Constructor with default event detection settings.CylindricallyShadowedLightFluxModel(double kRef, ExtendedPositionProvider occultedBody, double occultingBodyRadius, EventDetectionSettings eventDetectionSettings)
Constructor.CylindricallyShadowedLightFluxModel(ExtendedPositionProvider occultedBody, double occultingBodyRadius)
Constructor with default value for reference flux. -
Uses of ExtendedPositionProvider in org.orekit.propagation.events
Constructors in org.orekit.propagation.events with parameters of type ExtendedPositionProvider Constructor Description FieldCylindricalShadowEclipseDetector(ExtendedPositionProvider sun, T occultingBodyRadius, FieldAdaptableInterval<T> maxCheck, T threshold, int maxIter, FieldEventHandler<T> handler)
Deprecated.since 12.2FieldCylindricalShadowEclipseDetector(ExtendedPositionProvider sun, T occultingBodyRadius, FieldEventDetectionSettings<T> eventDetectionSettings, FieldEventHandler<T> handler)
Constructor.FieldCylindricalShadowEclipseDetector(ExtendedPositionProvider sun, T occultingBodyRadius, FieldEventHandler<T> handler)
Constructor with default detection settings. -
Uses of ExtendedPositionProvider in org.orekit.utils
Subinterfaces of ExtendedPositionProvider in org.orekit.utils Modifier and Type Interface Description interface
ExtendedPVCoordinatesProvider
Interface for PV coordinates providers that also support fields.Classes in org.orekit.utils that implement ExtendedPositionProvider Modifier and Type Class Description class
FrameAdapter
Adapter fromFrame
toExtendedPVCoordinatesProvider
.
-