Uses of Class
org.orekit.propagation.events.AbstractDetector
-
Packages that use AbstractDetector Package Description org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver
.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of AbstractDetector in org.orekit.forces.maneuvers
Subclasses of AbstractDetector in org.orekit.forces.maneuvers Modifier and Type Class Description class
ImpulseManeuver<T extends EventDetector>
Impulse maneuver model.Constructors in org.orekit.forces.maneuvers with parameters of type AbstractDetector Constructor Description ConfigurableLowThrustManeuver(ThrustDirectionAndAttitudeProvider thrustDirectionProvider, AbstractDetector<? extends EventDetector> startFiringDetector, AbstractDetector<? extends EventDetector> stopFiringDetector, double thrust, double isp)
Constructor. -
Uses of AbstractDetector in org.orekit.forces.maneuvers.trigger
Classes in org.orekit.forces.maneuvers.trigger with type parameters of type AbstractDetector Modifier and Type Class Description class
IntervalEventTrigger<T extends AbstractDetector<T>>
Maneuver triggers based on a single event detector that defines firing intervals.class
PythonIntervalEventTrigger<T extends AbstractDetector<T>>
class
PythonStartStopEventsTrigger<A extends AbstractDetector<A>,O extends AbstractDetector<O>>
class
PythonStartStopEventsTrigger<A extends AbstractDetector<A>,O extends AbstractDetector<O>>
class
StartStopEventsTrigger<A extends AbstractDetector<A>,O extends AbstractDetector<O>>
Maneuver triggers based on a pair of event detectors that defines firing start and stop.class
StartStopEventsTrigger<A extends AbstractDetector<A>,O extends AbstractDetector<O>>
Maneuver triggers based on a pair of event detectors that defines firing start and stop.Methods in org.orekit.forces.maneuvers.trigger that return AbstractDetector Modifier and Type Method Description AbstractDetector<? extends EventDetector>
EventBasedManeuverTriggers. getStartFiringDetector()
Getter for the start firing detector.AbstractDetector<? extends EventDetector>
EventBasedManeuverTriggers. getStopFiringDetector()
Getter for the stop firing detector.Constructors in org.orekit.forces.maneuvers.trigger with parameters of type AbstractDetector Constructor Description EventBasedManeuverTriggers(AbstractDetector<? extends EventDetector> startFiringDetector, AbstractDetector<? extends EventDetector> stopFiringDetector)
Constructor.EventBasedManeuverTriggers(AbstractDetector<? extends EventDetector> startFiringDetector, AbstractDetector<? extends EventDetector> stopFiringDetector, boolean allowBackwardPropagation)
Constructor. -
Uses of AbstractDetector in org.orekit.propagation.events
Classes in org.orekit.propagation.events with type parameters of type AbstractDetector Modifier and Type Class Description class
AbstractDetector<T extends AbstractDetector<T>>
Common parts shared by several orbital events finders.class
PythonAbstractDetector<T extends AbstractDetector<T>>
Common parts shared by several orbital events finders.Subclasses of AbstractDetector in org.orekit.propagation.events Modifier and Type Class Description class
AlignmentDetector
Finder for satellite/body alignment events in orbital plane.class
AltitudeDetector
Finder for satellite altitude crossing events.class
AngularSeparationDetector
Detects when spacecraft comes close to a moving beacon, as seen from a moving observer.class
AngularSeparationFromSatelliteDetector
Detects when two moving objects come close to each other, as seen from spacecraft.class
ApsideDetector
Finder for apside crossing events.class
BooleanDetector
This class provides AND and OR operations for event detectors.class
DateDetector
Finder for date events.class
EclipseDetector
Finder for satellite eclipse related events.class
ElevationDetector
Finder for satellite raising/setting events that allows for the setting of azimuth and/or elevation bounds or a ground azimuth/elevation mask input.class
ElevationExtremumDetector
Detector for elevation extremum with respect to a ground point.class
EventEnablingPredicateFilter<T extends EventDetector>
Wrapper used to detect events only when enabled by an external predicated function.class
EventShifter<T extends EventDetector>
Wrapper shifting events occurrences times.class
EventSlopeFilter<T extends EventDetector>
Wrapper used to detect only increasing or decreasing events.class
ExtremumApproachDetector
Finder for extremum approach events.class
FieldOfViewDetector
Finder for target entry/exit events with respect to a satellite sensorField Of View
.class
FootprintOverlapDetector
Detector triggered by geographical region entering/leaving a spacecraft sensorField Of View
.class
FunctionalDetector
A detector that implements theFunctionalDetector.g(SpacecraftState)
function using a lambda that can be set usingFunctionalDetector.withFunction(ToDoubleFunction)
.class
GeographicZoneDetector
Detector for entry/exit of a zone defined by geographic boundaries.class
GroundAtNightDetector
Detector for ground location being at night.class
GroundFieldOfViewDetector
Finder for satellite entry/exit events with respect to a sensorField Of View
attached to an arbitrary frame.class
HaloXZPlaneCrossingDetector
Detector for XZ Plane crossing.class
InterSatDirectViewDetector
Detector for inter-satellites direct view (i.e.class
LatitudeCrossingDetector
Detector for geographic latitude crossing.class
LatitudeExtremumDetector
Detector for geographic latitude extremum.class
LongitudeCrossingDetector
Detector for geographic longitude crossing.class
LongitudeExtremumDetector
Detector for geographic longitude extremum.class
MagneticFieldDetector
Detector for South-Atlantic anomaly frontier crossing.class
NegateDetector
An event detector that negates the sign on another event detector'sg
function.class
NodeDetector
Finder for node crossing events.class
ParameterDrivenDateIntervalDetector
Detector for date intervals that may be offset thanks to parameter drivers.class
PositionAngleDetector
Detector for in-orbit position angle.class
PythonAbstractDetector<T extends AbstractDetector<T>>
Common parts shared by several orbital events finders.
-