Uses of Class
org.orekit.propagation.events.ParameterDrivenDateIntervalDetector
-
Packages that use ParameterDrivenDateIntervalDetector Package Description org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver
.org.orekit.propagation.events 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 ParameterDrivenDateIntervalDetector Modifier and Type Method Description protected <D extends FieldAbstractDetector<D,S>,S extends CalculusFieldElement<S>>
FieldAbstractDetector<D,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 ParameterDrivenDateIntervalDetector Modifier and Type Method Description protected ParameterDrivenDateIntervalDetector
ParameterDrivenDateIntervalDetector. create(AdaptableInterval newMaxCheck, double newThreshold, int newMaxIter, EventHandler newHandler)
Build a new instance.
-