Uses of Class
org.orekit.propagation.events.FieldFunctionalDetector
Packages that use FieldFunctionalDetector
Package
Description
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 FieldFunctionalDetectorModifier and TypeMethodDescriptionprotected FieldFunctionalDetector<T> FieldFunctionalDetector.create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler) FieldFunctionalDetector.withFunction(Function<FieldSpacecraftState<T>, T> newGFunction) Create a new event detector with a new g function, keeping all other attributes the same.