Uses of Interface
org.orekit.propagation.events.intervals.AdaptableInterval
Packages that use AdaptableInterval
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
This package provides built-in implementations of
AdaptableInterval.-
Uses of AdaptableInterval in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return AdaptableIntervalModifier and TypeMethodDescriptionEventDetectionSettings.getMaxCheckInterval()Getter for adaptable interval.default AdaptableIntervalEventDetector.getMaxCheckInterval()Get maximal time interval between switching function checks.Methods in org.orekit.propagation.events with parameters of type AdaptableIntervalModifier and TypeMethodDescriptionAbstractDetector.withMaxCheck(AdaptableInterval newMaxCheck) Set up the maximum checking interval.EventDetectionSettings.withMaxCheckInterval(AdaptableInterval newMaxCheckInterval) Builds a new instance with a new max. check interval.Constructors in org.orekit.propagation.events with parameters of type AdaptableIntervalModifierConstructorDescriptionElevationDetector(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
Classes in org.orekit.propagation.events.intervals that implement AdaptableIntervalModifier and TypeClassDescriptionclassThis class defines an interval based on the osculating orbital period if available.Methods in org.orekit.propagation.events.intervals that return AdaptableIntervalModifier and TypeMethodDescriptionstatic AdaptableIntervalElevationDetectionAdaptableIntervalFactory.getAdaptableInterval(TopocentricFrame topo, double elevationSwitchInf, double elevationSwitchSup, double fineCheckInterval) Method providing a candidateAdaptableIntervalfor arbitrary elevation detection with forward propagation.static AdaptableIntervalApsideDetectionAdaptableIntervalFactory.getApoapsisDetectionAdaptableInterval()Method providing a candidateAdaptableIntervalfor apoapsis detection.static AdaptableIntervalApsideDetectionAdaptableIntervalFactory.getApsideDetectionAdaptableInterval()Method providing a candidateAdaptableIntervalfor arbitrary apside detection.static AdaptableIntervalDateDetectionAdaptableIntervalFactory.getDatesDetectionConstantInterval(TimeStamped... timeStampeds) Return a candidateAdaptableIntervalfor multiple dates detection with a constant max. check.static AdaptableIntervalDateDetectionAdaptableIntervalFactory.getDatesDetectionInterval(TimeStamped... timeStampeds) Return a candidateAdaptableIntervalfor multiple dates detection.static AdaptableIntervalApsideDetectionAdaptableIntervalFactory.getPeriapsisDetectionAdaptableInterval()Method providing a candidateAdaptableIntervalfor periapsis detection.static AdaptableIntervalDateDetectionAdaptableIntervalFactory.getSingleDateDetectionAdaptableInterval()Return a candidateAdaptableIntervalfor single date detection.static AdaptableIntervalAdaptableInterval.of(double defaultMaxCheck, AdaptableInterval... adaptableIntervals) Method creating an interval taking the minimum value of all candidates.static <T extends CalculusFieldElement<T>>
AdaptableIntervalAdaptableInterval.of(Field<T> field, FieldAdaptableInterval<T> fieldAdaptableInterval) Method creating an interval taking the minimum value of all candidates.Methods in org.orekit.propagation.events.intervals with parameters of type AdaptableIntervalModifier and TypeMethodDescriptionstatic AdaptableIntervalAdaptableInterval.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.