Uses of Interface
org.orekit.propagation.events.intervals.AdaptableInterval
-
Packages that use AdaptableInterval Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.events.intervals This package provides built-in implementations ofAdaptableInterval
. -
-
Uses of AdaptableInterval in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return AdaptableInterval Modifier and Type Method Description AdaptableInterval
EventDetectionSettings. getMaxCheckInterval()
Getter for adaptable interval.default AdaptableInterval
EventDetector. getMaxCheckInterval()
Get maximal time interval between switching function checks.Methods in org.orekit.propagation.events with parameters of type AdaptableInterval Modifier and Type Method Description T
AbstractDetector. withMaxCheck(AdaptableInterval newMaxCheck)
Set up the maximum checking interval.Constructors in org.orekit.propagation.events with parameters of type AdaptableInterval Constructor Description ElevationDetector(AdaptableInterval maxCheck, double threshold, TopocentricFrame topo)
Creates an instance of Elevation detector based on passed in topocentric frame and overrides of default maximal checking interval and convergence threshold values.EventDetectionSettings(AdaptableInterval maxCheckInterval, double threshold, int maxIterationCount)
Constructor.NodeDetector(AdaptableInterval maxCheck, double threshold, int maxIter, EventHandler handler, Frame frame)
Deprecated.as of 12.2 -
Uses of AdaptableInterval in org.orekit.propagation.events.intervals
Methods in org.orekit.propagation.events.intervals that return AdaptableInterval Modifier and Type Method Description static AdaptableInterval
ElevationDetectionAdaptableIntervalFactory. getAdaptableInterval(TopocentricFrame topo, double elevationSwitchInf, double elevationSwitchSup, double fineCheckInterval)
Method providing a candidateAdaptableInterval
for arbitrary elevation detection with forward propagation.static AdaptableInterval
ApsideDetectionAdaptableIntervalFactory. getApoapsisDetectionAdaptableInterval()
Method providing a candidateAdaptableInterval
for apoapsis detection.static AdaptableInterval
ApsideDetectionAdaptableIntervalFactory. getApsideDetectionAdaptableInterval()
Method providing a candidateAdaptableInterval
for arbitrary apside detection.static AdaptableInterval
ApsideDetectionAdaptableIntervalFactory. getPeriapsisDetectionAdaptableInterval()
Method providing a candidateAdaptableInterval
for periapsis detection.static AdaptableInterval
AdaptableInterval. of(double constantInterval)
Method creating a constant interval provider.
-