Uses of Class
org.orekit.propagation.events.FieldDateDetector
-
Packages that use FieldDateDetector Package Description org.orekit.propagation.events 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 FieldDateDetector Modifier and Type Method Description protected FieldDateDetector<T>
FieldDateDetector. create(T newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<? super FieldDateDetector<T>,T> newHandler)
Build a new instance.Method parameters in org.orekit.propagation.events with type arguments of type FieldDateDetector Modifier and Type Method Description protected FieldDateDetector<T>
FieldDateDetector. create(T newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<? super FieldDateDetector<T>,T> newHandler)
Build a new instance.
-