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(T newMaxCheck, T newThreshold, int nawMaxIter, FieldEventHandler<? super FieldEclipseDetector<T>,T> newHandler)
Build a new instance.FieldEclipseDetector<T>
FieldEclipseDetector. withPenumbra()
Setup the detector to penumbra detection.FieldEclipseDetector<T>
FieldEclipseDetector. withUmbra()
Setup the detector to full umbra detection.Method parameters in org.orekit.propagation.events with type arguments of type FieldEclipseDetector Modifier and Type Method Description protected FieldEclipseDetector<T>
FieldEclipseDetector. create(T newMaxCheck, T newThreshold, int nawMaxIter, FieldEventHandler<? super FieldEclipseDetector<T>,T> newHandler)
Build a new instance.
-