Uses of Class
org.orekit.propagation.events.FieldParameterDrivenDateIntervalDetector
-
Packages that use FieldParameterDrivenDateIntervalDetector 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 FieldParameterDrivenDateIntervalDetector in org.orekit.forces.maneuvers.trigger
Methods in org.orekit.forces.maneuvers.trigger that return FieldParameterDrivenDateIntervalDetector Modifier and Type Method Description protected <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 FieldParameterDrivenDateIntervalDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldParameterDrivenDateIntervalDetector Modifier and Type Method Description protected FieldParameterDrivenDateIntervalDetector<T>FieldParameterDrivenDateIntervalDetector. create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler)Build a new instance.
-