Uses of Class
org.orekit.propagation.events.FieldFunctionalDetector
-
Packages that use FieldFunctionalDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of FieldFunctionalDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldFunctionalDetector Modifier and Type Method Description protected FieldFunctionalDetector<T>
FieldFunctionalDetector. create(FieldAdaptableInterval<T> newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<T> newHandler)
FieldFunctionalDetector<T>
FieldFunctionalDetector. withFunction(Function<FieldSpacecraftState<T>,T> newGFunction)
Create a new event detector with a new g function, keeping all other attributes the same.
-