Uses of Class
org.orekit.propagation.events.FieldDateDetector
Packages that use FieldDateDetector
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of FieldDateDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldDateDetectorModifier and TypeMethodDescriptionprotected FieldDateDetector<T> FieldDateDetector.create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler) Build a new instance.default <T extends CalculusFieldElement<T>>
FieldDateDetector<T> EventDetectorsProvider.getFieldDateDetector(Field<T> field, TimeStamped... timeStampeds) Method building dates' detector.FieldDateDetector.withMinGap(double newMinGap) Setup minimum gap between added dates.