Uses of Class
org.orekit.propagation.events.FunctionalDetector
-
Packages that use FunctionalDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of FunctionalDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FunctionalDetector Modifier and Type Method Description protected FunctionalDetector
FunctionalDetector. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super FunctionalDetector> newHandler)
FunctionalDetector
FunctionalDetector. withFunction(ToDoubleFunction<SpacecraftState> newGFunction)
Create a new event detector with a new g function, keeping all other attributes the same.FunctionalDetector
FunctionalDetector. withGFunction(FunctionalDetector.GFunction newGFunction)
Deprecated.UsewithFunction(ToDoubleFunction)
instead.Method parameters in org.orekit.propagation.events with type arguments of type FunctionalDetector Modifier and Type Method Description protected FunctionalDetector
FunctionalDetector. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super FunctionalDetector> newHandler)
-