Uses of Class
org.orekit.propagation.events.EclipseDetector
-
Packages that use EclipseDetector Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of EclipseDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return EclipseDetector Modifier and Type Method Description protected EclipseDetectorEclipseDetector. create(AdaptableInterval newMaxCheck, double newThreshold, int nawMaxIter, EventHandler newHandler)Build a new instance.EclipseDetectorEclipseDetector. withMargin(double newMargin)Setup a margin to angle detection.EclipseDetectorEclipseDetector. withPenumbra()Setup the detector to penumbra detection.EclipseDetectorEclipseDetector. withUmbra()Setup the detector to full umbra detection.
-