Uses of Class
org.orekit.propagation.events.DateDetector
-
Packages that use DateDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of DateDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return DateDetector Modifier and Type Method Description protected DateDetector
DateDetector. create(AdaptableInterval newMaxCheck, double newThreshold, int newMaxIter, EventHandler newHandler)
Build a new instance.DateDetector
DateDetector. withMinGap(double newMinGap)
Setup minimum gap between added dates.
-