Uses of Interface
org.orekit.propagation.events.EventDetectorsProvider
-
Packages that use EventDetectorsProvider Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.forces This package provides the interface for force models that will be used by theNumericalPropagator, as well as some classical spacecraft models for surface forces (spherical, box and solar array ...).org.orekit.forces.drag This package provides all drag-related forces.org.orekit.forces.empirical This package provides empirical forces.org.orekit.forces.gravity This package provides all gravity-related forces.org.orekit.forces.inertia This package provides inertial force model.org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.propulsion This package provides propulsion models intended to be used with classManeuver.org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver.org.orekit.forces.radiation This package provides all radiation pressure related forces.org.orekit.gnss.attitude This package provides classes related to navigation satellites attitude modeling.org.orekit.propagation.numerical.cr3bp Top level package for CR3BP Models used with a numerical propagator.org.orekit.propagation.semianalytical.dsst.forces This package provides force models for Draper Semi-analytical Satellite Theory (DSST). -
-
Uses of EventDetectorsProvider in org.orekit.attitudes
Subinterfaces of EventDetectorsProvider in org.orekit.attitudes Modifier and Type Interface Description interfaceAttitudeProviderThis interface represents an attitude provider model set.interfaceAttitudeProviderModifierThis interface represents an attitude provider that modifies/wraps another underlying provider.interfaceBoundedAttitudeProviderThis interface is intended for attitude ephemerides valid only during a time range.Classes in org.orekit.attitudes that implement EventDetectorsProvider Modifier and Type Class Description classAggregateBoundedAttitudeProviderABoundedAttitudeProviderthat covers a larger time span from several constituent attitude providers that cover shorter time spans.classAlignedAndConstrainedAttitude provider with one satellite vector aligned and another one constrained to two targets.classAttitudesSequenceThis classes manages a sequence of different attitude providers that are activated in turn according to switching events.classAttitudesSwitcherThis classes manages a sequence of different attitude providers that are activated in turn according to switching events.classBodyCenterPointingThis class handles body center pointing attitude provider.classCelestialBodyPointedThis class handles a celestial body pointed attitude provider.classFixedRateThis class handles a simple attitude provider at constant rate around a fixed axis.classFrameAlignedProviderThis class handles an attitude provider aligned with a frame or a fixed offset to it.classGroundPointingBase class for ground pointing attitude providers.classGroundPointingAttitudeModifierAbstract class for attitude provider modifiers using an underlying ground pointing law.classLofOffsetAttitude law defined by fixed Roll, Pitch and Yaw angles (in any order) with respect to a local orbital frame.classLofOffsetPointingThis class provides a default attitude provider.classNadirPointingThis class handles nadir pointing attitude provider.classSpinStabilizedThis class handles a spin stabilized attitude provider.classTabulatedLofOffsetThis class handles an attitude provider interpolating from a predefined table containing offsets from a Local Orbital Frame.classTabulatedProviderThis class handles an attitude provider interpolating from a predefined table.classTargetPointingThis class handles target pointing attitude provider.classTorqueFreeThis class handles torque-free motion of a general (non-symmetrical) body.classYawCompensationThis class handles yaw compensation attitude provider.classYawSteeringThis class handles yaw steering law. -
Uses of EventDetectorsProvider in org.orekit.forces
Subinterfaces of EventDetectorsProvider in org.orekit.forces Modifier and Type Interface Description interfaceForceModelThis interface represents a force modifying spacecraft motion.interfaceForceModelModifierInterface to wrap another force model. -
Uses of EventDetectorsProvider in org.orekit.forces.drag
Classes in org.orekit.forces.drag that implement EventDetectorsProvider Modifier and Type Class Description classAbstractDragForceModelBase class for drag force models.classDragForceAtmospheric drag force model.classTimeSpanDragForceTime span atmospheric drag force model. -
Uses of EventDetectorsProvider in org.orekit.forces.empirical
Classes in org.orekit.forces.empirical that implement EventDetectorsProvider Modifier and Type Class Description classAbstractParametricAccelerationAbstract class for parametric acceleration.classParametricAccelerationThis class implements a parametric acceleration.classTimeSpanParametricAccelerationTime span parametric acceleration model. -
Uses of EventDetectorsProvider in org.orekit.forces.gravity
Classes in org.orekit.forces.gravity that implement EventDetectorsProvider Modifier and Type Class Description classAbstractBodyAttractionAbstract class for non-central body attraction force model.classDeSitterRelativityDe Sitter post-Newtonian correction force due to general relativity.classHolmesFeatherstoneAttractionModelThis class represents the gravitational field of a celestial body.classJ2OnlyPerturbationJ2-only force model.classLenseThirringRelativityLense-Thirring post-Newtonian correction force due to general relativity.classNewtonianAttractionForce model for Newtonian central body attraction.classOceanTidesOcean tides force model.classRelativityPost-Newtonian correction force due to general relativity.classSingleBodyAbsoluteAttractionBody attraction force model computed as absolute acceleration towards a body.classSingleBodyRelativeAttractionBody attraction force model computed as relative acceleration towards frame center.classSolidTidesSolid tides force model.classThirdBodyAttractionThird body attraction force model.classThirdBodyAttractionEpochThird body attraction force model. -
Uses of EventDetectorsProvider in org.orekit.forces.inertia
Classes in org.orekit.forces.inertia that implement EventDetectorsProvider Modifier and Type Class Description classInertialForcesInertial force model. -
Uses of EventDetectorsProvider in org.orekit.forces.maneuvers
Classes in org.orekit.forces.maneuvers that implement EventDetectorsProvider Modifier and Type Class Description classConstantThrustManeuverThis class implements a simple maneuver with constant thrust.classManeuverA generic model for maneuvers with finite-valued acceleration magnitude, as opposed to instantaneous changes in the velocity vector which are defined via detectors (inImpulseManeuverandFieldImpulseManeuver). -
Uses of EventDetectorsProvider in org.orekit.forces.maneuvers.propulsion
Subinterfaces of EventDetectorsProvider in org.orekit.forces.maneuvers.propulsion Modifier and Type Interface Description interfacePropulsionModelGeneric interface for a propulsion model used in aManeuver.interfaceThrustPropulsionModelInterface for a thrust-based propulsion model.Classes in org.orekit.forces.maneuvers.propulsion that implement EventDetectorsProvider Modifier and Type Class Description classAbstractConstantThrustPropulsionModelThis abstract class simply serve as a container for a constant thrust maneuver.classBasicConstantThrustPropulsionModelConstant thrust propulsion model with: - Constant thrust direction in spacecraft frame - Parameter drivers (for estimation) for the thrust norm or the flow rate.classProfileThrustPropulsionModelThrust propulsion model based on segmented profile.classScaledConstantThrustPropulsionModelThrust propulsion model with parameters (for estimation) represented by scale factors on the X, Y and Z axis of the spacecraft frame.classSphericalConstantThrustPropulsionModelConstant thrust propulsion model with: - Constant thrust direction in spacecraft frame - Parameter drivers (for estimation) for the thrust vector in spherical coordinates. -
Uses of EventDetectorsProvider in org.orekit.forces.maneuvers.trigger
Subinterfaces of EventDetectorsProvider in org.orekit.forces.maneuvers.trigger Modifier and Type Interface Description interfaceManeuverTriggersGeneric interface for the maneuver triggers used in aManeuver.interfaceResettableManeuverTriggersInterface for maneuver triggers with resetters.Classes in org.orekit.forces.maneuvers.trigger that implement EventDetectorsProvider Modifier and Type Class Description classAbstractManeuverTriggersBase class for triggers.classDateBasedManeuverTriggersManeuver triggers based on a start and end date.classIntervalEventTrigger<T extends EventDetector>Maneuver triggers based on a single event detector that defines firing intervals.classStartStopEventsTrigger<A extends EventDetector,O extends EventDetector>Maneuver triggers based on a pair of event detectors that defines firing start and stop.classTimeIntervalsManeuverTriggerManeuver trigger based on time intervals. -
Uses of EventDetectorsProvider in org.orekit.forces.radiation
Subinterfaces of EventDetectorsProvider in org.orekit.forces.radiation Modifier and Type Interface Description interfaceRadiationForceModelInterface for radiation-related force models.Classes in org.orekit.forces.radiation that implement EventDetectorsProvider Modifier and Type Class Description classAbstractRadiationForceModelBase class for radiation force models.classECOM2The Empirical CODE Orbit Model 2 (ECOM2) of the Center for Orbit Determination in Europe (CODE).classKnockeRediffusedForceModelThe Knocke Earth Albedo and IR emission force model.classRadiationPressureModelClass representing a light-induced radiation pressure force, by leveraging on a given flux model.classSolarRadiationPressureSolar radiation pressure force model. -
Uses of EventDetectorsProvider in org.orekit.gnss.attitude
Subinterfaces of EventDetectorsProvider in org.orekit.gnss.attitude Modifier and Type Interface Description interfaceGNSSAttitudeProviderAttitude providers for navigation satellites.Classes in org.orekit.gnss.attitude that implement EventDetectorsProvider Modifier and Type Class Description classBeidouGeoAttitude providers for Beidou geostationary orbit navigation satellites.classBeidouIGSOAttitude providers for Beidou inclined geosynchronous orbit navigation satellites.classBeidouMeoAttitude providers for Beidou Medium Earth Orbit navigation satellites.classGalileoAttitude providers for Galileo navigation satellites.classGenericGNSSAttitude providers for navigation satellites for which no specialized model is known.classGlonassAttitude providers for Glonass navigation satellites.classGPSBlockIIAAttitude providers for GPS block IIA navigation satellites.classGPSBlockIIFAttitude providers for GPS block IIF navigation satellites.classGPSBlockIIRAttitude providers for GPS block IIR navigation satellites. -
Uses of EventDetectorsProvider in org.orekit.propagation.numerical.cr3bp
Classes in org.orekit.propagation.numerical.cr3bp that implement EventDetectorsProvider Modifier and Type Class Description classCR3BPForceModelClass calculating the acceleration induced by CR3BP model. -
Uses of EventDetectorsProvider in org.orekit.propagation.semianalytical.dsst.forces
Subinterfaces of EventDetectorsProvider in org.orekit.propagation.semianalytical.dsst.forces Modifier and Type Interface Description interfaceDSSTForceModelThis interface represents a force modifying spacecraft motion for aDSSTPropagator.Classes in org.orekit.propagation.semianalytical.dsst.forces that implement EventDetectorsProvider Modifier and Type Class Description classAbstractGaussianContributionCommon handling ofDSSTForceModelmethods for Gaussian contributions to DSST propagation.classDSSTAtmosphericDragAtmospheric drag contribution to theDSSTPropagator.classDSSTJ2SquaredClosedFormSecond order J2-squared force model.classDSSTNewtonianAttractionForce model for Newtonian central body attraction for theDSST propagator.classDSSTSolarRadiationPressureSolar radiation pressure contribution to theDSSTPropagator.classDSSTTesseralTesseral contribution to the central body gravitational perturbation.classDSSTThirdBodyThird body attraction perturbation to theDSSTPropagator.classDSSTZonalZonal contribution to the central body gravitational perturbation.
-