Uses of Class
org.orekit.propagation.events.FieldEclipseDetector
-
Packages that use FieldEclipseDetector Package Description org.orekit.propagation.events 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 FieldEclipseDetector Modifier and Type Method Description protected FieldEclipseDetector<T>FieldEclipseDetector. create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler)Build a new instance.FieldEclipseDetector<T>FieldEclipseDetector. withMargin(T newMargin)Setup a margin to angle detection.FieldEclipseDetector<T>FieldEclipseDetector. withPenumbra()Setup the detector to penumbra detection.FieldEclipseDetector<T>FieldEclipseDetector. withUmbra()Setup the detector to full umbra detection.
-