Uses of Class
org.orekit.propagation.events.NegateDetector
-
Packages that use NegateDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of NegateDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return NegateDetector Modifier and Type Method Description protected NegateDetector
NegateDetector. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super NegateDetector> newHandler)
static NegateDetector
BooleanDetector. notCombine(EventDetector detector)
Create a new event detector that negates the g function of another detector.Method parameters in org.orekit.propagation.events with type arguments of type NegateDetector Modifier and Type Method Description protected NegateDetector
NegateDetector. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super NegateDetector> newHandler)
-