Uses of Class
org.orekit.propagation.events.EventDetectionSettings
-
Packages that use EventDetectionSettings Package Description org.orekit.control.indirect.adjoint.cost This package provides routines to model the control cost in adjoint equations as in the Pontryagin Maximum Principle.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 EventDetectionSettings in org.orekit.control.indirect.adjoint.cost
Constructors in org.orekit.control.indirect.adjoint.cost with parameters of type EventDetectionSettings Constructor Description BoundedCartesianEnergy(String name, double massFlowRateFactor, double maximumThrustMagnitude, EventDetectionSettings eventDetectionSettings)
Constructor.UnboundedCartesianEnergy(String name, double massFlowRateFactor, EventDetectionSettings eventDetectionSettings)
Constructor. -
Uses of EventDetectionSettings in org.orekit.forces.radiation
Methods in org.orekit.forces.radiation that return EventDetectionSettings Modifier and Type Method Description static EventDetectionSettings
ConicallyShadowedLightFluxModel. getDefaultEclipseDetectionSettings()
Define default detection settings for eclipses.static EventDetectionSettings
CylindricallyShadowedLightFluxModel. getDefaultEclipseDetectionSettings()
Define default detection settings for eclipses.EventDetectionSettings
AbstractSolarLightFluxModel. getEventDetectionSettings()
Getter for eclipse event detection settings used for eclipses.Constructors in org.orekit.forces.radiation with parameters of type EventDetectionSettings Constructor Description AbstractSolarLightFluxModel(double kRef, ExtendedPositionProvider occultedBody, double occultingBodyRadius, EventDetectionSettings eventDetectionSettings)
Constructor.AbstractSolarLightFluxModel(ExtendedPositionProvider occultedBody, double occultingBodyRadius, EventDetectionSettings eventDetectionSettings)
Constructor with default value for reference flux.ConicallyShadowedLightFluxModel(double kRef, double occultedBodyRadius, ExtendedPositionProvider occultedBody, double occultingBodyRadius, EventDetectionSettings eventDetectionSettings)
Constructor.CylindricallyShadowedLightFluxModel(double kRef, ExtendedPositionProvider occultedBody, double occultingBodyRadius, EventDetectionSettings eventDetectionSettings)
Constructor. -
Uses of EventDetectionSettings in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return EventDetectionSettings Modifier and Type Method Description static EventDetectionSettings
EventDetectionSettings. getDefaultEventDetectionSettings()
Returns default settings for event detections.EventDetectionSettings
AbstractDetector. getDetectionSettings()
Getter for the settings.EventDetectionSettings
AdapterDetector. getDetectionSettings()
Getter for the settings.default EventDetectionSettings
EventDetector. getDetectionSettings()
Getter for the settings.EventDetectionSettings
FieldEventDetectionSettings. toEventDetectionSettings()
Create a non-Field equivalent object.Methods in org.orekit.propagation.events with parameters of type EventDetectionSettings Modifier and Type Method Description protected T
AbstractDetector. create(EventDetectionSettings detectionSettings, EventHandler newHandler)
Build a new instance.T
AbstractDetector. withDetectionSettings(EventDetectionSettings newSettings)
Set up the event detection settings.Constructors in org.orekit.propagation.events with parameters of type EventDetectionSettings Constructor Description AbstractDetector(EventDetectionSettings detectionSettings, EventHandler handler)
Build a new instance.CylindricalShadowEclipseDetector(PVCoordinatesProvider sun, double occultingBodyRadius, EventDetectionSettings eventDetectionSettings, EventHandler handler)
Constructor.DateDetector(EventDetectionSettings detectionSettings, EventHandler handler, double minGap, TimeStamped... dates)
Protected constructor with full parameters.EclipseDetector(EventDetectionSettings detectionSettings, EventHandler handler, OccultationEngine occultationEngine, double margin, boolean totalEclipse)
Protected constructor with full parameters.ExtremumApproachDetector(EventDetectionSettings detectionSettings, EventHandler handler, PVCoordinatesProvider secondaryPVProvider)
Constructor.FieldEventDetectionSettings(Field<T> field, EventDetectionSettings eventDetectionSettings)
Constructor from non-Field settings.NodeDetector(EventDetectionSettings detectionSettings, EventHandler handler, Frame frame)
Protected constructor with full parameters.RelativeDistanceDetector(EventDetectionSettings detectionSettings, EventHandler handler, PVCoordinatesProvider secondaryPVProvider, double distanceThreshold)
Constructor.
-