Uses of Class
org.orekit.propagation.events.FieldEclipseDetector
Packages that use FieldEclipseDetector
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of FieldEclipseDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldEclipseDetectorModifier and TypeMethodDescriptionprotected FieldEclipseDetector<T> FieldEclipseDetector.create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler) Build a new instance.FieldEclipseDetector.withMargin(T newMargin) Setup a margin to angle detection.FieldEclipseDetector.withPenumbra()Setup the detector to penumbra detection.FieldEclipseDetector.withUmbra()Setup the detector to full umbra detection.