Uses of Class
org.orekit.utils.OccultationEngine
-
Packages that use OccultationEngine Package Description org.orekit.forces.radiation This package provides all radiation pressure related forces.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of OccultationEngine in org.orekit.forces.radiation
Methods in org.orekit.forces.radiation that return types with arguments of type OccultationEngine Modifier and Type Method Description List<OccultationEngine>
AbstractRadiationForceModel. getOccultingBodies()
Get all occulting bodies to consider. -
Uses of OccultationEngine in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return OccultationEngine Modifier and Type Method Description OccultationEngine
EclipseDetector. getOccultationEngine()
Get the occultation engine.OccultationEngine
FieldEclipseDetector. getOccultationEngine()
Get the occultation engine.Constructors in org.orekit.propagation.events with parameters of type OccultationEngine Constructor Description EclipseDetector(AdaptableInterval maxCheck, double threshold, int maxIter, EventHandler handler, OccultationEngine occultationEngine, double margin, boolean totalEclipse)
Deprecated.as of 12.2EclipseDetector(EventDetectionSettings detectionSettings, EventHandler handler, OccultationEngine occultationEngine, double margin, boolean totalEclipse)
Protected constructor with full parameters.EclipseDetector(OccultationEngine occultationEngine)
Build a new eclipse detector.FieldEclipseDetector(Field<T> field, OccultationEngine occultationEngine)
Build a new eclipse detector.FieldEclipseDetector(FieldAdaptableInterval<T> maxCheck, T threshold, int maxIter, FieldEventHandler<T> handler, OccultationEngine occultationEngine, T margin, boolean totalEclipse)
Protected constructor with full parameters.
-