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