Package org.orekit.propagation.events.functions
This package provides built-in implementations of
EventFunction.
They are meant to separate the logic of event functions from the detectors themselves.
- Since:
- 14.0
- Author:
- Romain Serra
-
Interface Summary Interface Description EventFunction Interface for functions defining events via their roots a.k.a. zeroes.EventFunctionModifier Event function modifier. -
Class Summary Class Description AbstractElevationEventFunction Abstract class for elevation event function.AbstractGeodeticExtremumEventFunction Abstract class for geodetic coordinates extremum event function..ApsideEventFunction Apside crossing event function.BooleanEventFunction This class provides AND and OR operations for event functions.ElevationExtremumEventFunction Event function for elevation extremum with respect to a ground point.GroundAtNightEventFunction Event function for ground location being at night.LatitudeExtremumEventFunction Class for geodetic latitude extremum event function.LongitudeExtremumEventFunction Class for longitude extremum event function.MaskedElevationEventFunction Class for masked elevation event function.MinimumElevationEventFunction Class for minimum elevation event function.NodeEventFunction Node crossing event function.ShiftedEventFunction Shifted event function.SingleDateEventFunction Class representing single date detection.TimeIntervalEventFunction Class representing time interval crossing detection.