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. -
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
DateDetectionAdaptableIntervalFactory. getDatesDetectionConstantInterval(TimeStamped... timeStampeds)
Return a candidateAdaptableInterval
for multiple dates detection with a constant max.static AdaptableInterval
DateDetectionAdaptableIntervalFactory. getDatesDetectionInterval(TimeStamped... timeStampeds)
Return a candidateAdaptableInterval
for multiple dates detection.static AdaptableInterval
ApsideDetectionAdaptableIntervalFactory. getPeriapsisDetectionAdaptableInterval()
Method providing a candidateAdaptableInterval
for periapsis detection.static AdaptableInterval
DateDetectionAdaptableIntervalFactory. getSingleDateDetectionAdaptableInterval()
Return a candidateAdaptableInterval
for single date detection.static AdaptableInterval
AdaptableInterval. of(double constantInterval)
Method creating a constant interval provider.static AdaptableInterval
AdaptableInterval. of(double defaultMaxCheck, AdaptableInterval... adaptableIntervals)
Method creating an interval taking the minimum value of all candidates.Methods in org.orekit.propagation.events.intervals with parameters of type AdaptableInterval Modifier and Type Method Description static AdaptableInterval
AdaptableInterval. of(double defaultMaxCheck, AdaptableInterval... adaptableIntervals)
Method creating an interval taking the minimum value of all candidates.static <T extends CalculusFieldElement<T>>
FieldAdaptableInterval<T>FieldAdaptableInterval. of(AdaptableInterval adaptableInterval)
Method creating an interval provider from a non-Field one.
-