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