Uses of Class
org.orekit.propagation.events.ParameterDrivenDateIntervalDetector
Packages that use ParameterDrivenDateIntervalDetector
Package
Description
This package provides maneuver triggers' models intended to be used with class
Maneuver.This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of ParameterDrivenDateIntervalDetector in org.orekit.forces.maneuvers.trigger
Methods in org.orekit.forces.maneuvers.trigger with parameters of type ParameterDrivenDateIntervalDetectorModifier and TypeMethodDescriptionprotected <S extends CalculusFieldElement<S>>
FieldParameterDrivenDateIntervalDetector<S> DateBasedManeuverTriggers.convertIntervalDetector(Field<S> field, ParameterDrivenDateIntervalDetector detector) Convert a primitive firing intervals detector into a field firing intervals detector. -
Uses of ParameterDrivenDateIntervalDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return ParameterDrivenDateIntervalDetectorModifier and TypeMethodDescriptionprotected ParameterDrivenDateIntervalDetectorParameterDrivenDateIntervalDetector.create(EventDetectionSettings detectionSettings, EventHandler newHandler) Build a new instance.FieldParameterDrivenDateIntervalDetector.toEventDetector(EventHandler eventHandler) Build non-Field instance.