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