Uses of Class
org.orekit.propagation.events.functions.LongitudeExtremumEventFunction
-
Packages that use LongitudeExtremumEventFunction Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of LongitudeExtremumEventFunction in org.orekit.propagation.events
Constructors in org.orekit.propagation.events with parameters of type LongitudeExtremumEventFunction Constructor Description FieldLongitudeExtremumDetector(LongitudeExtremumEventFunction longitudeExtremumEventFunction, FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler)Constructor with full parameters.LongitudeExtremumDetector(LongitudeExtremumEventFunction longitudeExtremumEventFunction)Constructor with event function.LongitudeExtremumDetector(LongitudeExtremumEventFunction longitudeExtremumEventFunction, EventDetectionSettings detectionSettings, EventHandler handler)Protected constructor with full parameters.
-