Uses of Class
org.orekit.propagation.events.FieldEventDetectionSettings
-
Packages that use FieldEventDetectionSettings Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation. -
-
Uses of FieldEventDetectionSettings in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldEventDetectionSettings Modifier and Type Method Description FieldEventDetectionSettings<T>
FieldAbstractDetector. getDetectionSettings()
Getter for the settings.FieldEventDetectionSettings<T>
FieldAdapterDetector. getDetectionSettings()
Getter for the settings.default FieldEventDetectionSettings<T>
FieldEventDetector. getDetectionSettings()
Getter for the settings.Methods in org.orekit.propagation.events with parameters of type FieldEventDetectionSettings Modifier and Type Method Description protected D
FieldAbstractDetector. create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler)
Build a new instance.D
FieldAbstractDetector. withDetectionSettings(FieldEventDetectionSettings<T> newSettings)
Set up the event detection settings.Constructors in org.orekit.propagation.events with parameters of type FieldEventDetectionSettings Constructor Description FieldAbstractDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler)
Build a new instance.FieldCylindricalShadowEclipseDetector(ExtendedPositionProvider sun, T occultingBodyRadius, FieldEventDetectionSettings<T> eventDetectionSettings, FieldEventHandler<T> handler)
Constructor.FieldElevationDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, double minElevation, ElevationMask mask, AtmosphericRefractionModel refractionModel, TopocentricFrame topo)
Protected constructor with full parameters.FieldRelativeDistanceDetector(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> handler, FieldPVCoordinatesProvider<T> secondaryPVProvider, T distanceThreshold)
Constructor.
-