Uses of Class
org.orekit.propagation.events.EclipseDetector
Packages that use EclipseDetector
Package
Description
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 EclipseDetectorModifier and TypeMethodDescriptionprotected EclipseDetectorEclipseDetector.create(EventDetectionSettings detectionSettings, EventHandler newHandler) Build a new instance.FieldEclipseDetector.toEventDetector(EventHandler eventHandler) Build non-Field instance.EclipseDetector.withMargin(double newMargin) Setup a margin to angle detection.EclipseDetector.withPenumbra()Setup the detector to penumbra detection.EclipseDetector.withUmbra()Setup the detector to full umbra detection.