Uses of Class
org.orekit.propagation.events.ExtremumApproachDetector
-
Packages that use ExtremumApproachDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of ExtremumApproachDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return ExtremumApproachDetector Modifier and Type Method Description protected ExtremumApproachDetector
ExtremumApproachDetector. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super ExtremumApproachDetector> newHandler)
Build a new instance.Method parameters in org.orekit.propagation.events with type arguments of type ExtremumApproachDetector Modifier and Type Method Description protected ExtremumApproachDetector
ExtremumApproachDetector. create(double newMaxCheck, double newThreshold, int newMaxIter, EventHandler<? super ExtremumApproachDetector> newHandler)
Build a new instance.Constructor parameters in org.orekit.propagation.events with type arguments of type ExtremumApproachDetector Constructor Description ExtremumApproachDetector(double maxCheck, double threshold, int maxIter, EventHandler<? super ExtremumApproachDetector> handler, PVCoordinatesProvider secondaryPVProvider)
Constructor.
-