Uses of Interface
org.orekit.propagation.events.handlers.FieldEventHandler
-
Packages that use FieldEventHandler Package Description org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.events.handlers This package provides an interface and classes dealing with events occurrence only. -
-
Uses of FieldEventHandler in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldEventHandler Modifier and Type Method Description FieldEventHandler<? super D,T>
FieldAbstractDetector. getHandler()
Get the handler.Methods in org.orekit.propagation.events with parameters of type FieldEventHandler Modifier and Type Method Description protected abstract D
FieldAbstractDetector. create(T newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<? super D,T> newHandler)
Build a new instance.protected FieldAltitudeDetector<T>
FieldAltitudeDetector. create(T newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<? super FieldAltitudeDetector<T>,T> newHandler)
Build a new instance.protected FieldApsideDetector<T>
FieldApsideDetector. create(T newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<? super FieldApsideDetector<T>,T> newHandler)
Build a new instance.protected FieldDateDetector<T>
FieldDateDetector. create(T newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<? super FieldDateDetector<T>,T> newHandler)
Build a new instance.protected FieldEclipseDetector<T>
FieldEclipseDetector. create(T newMaxCheck, T newThreshold, int nawMaxIter, FieldEventHandler<? super FieldEclipseDetector<T>,T> newHandler)
Build a new instance.protected FieldElevationDetector<T>
FieldElevationDetector. create(T newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<? super FieldElevationDetector<T>,T> newHandler)
Build a new instance.protected FieldNodeDetector<T>
FieldNodeDetector. create(T newMaxCheck, T newThreshold, int newMaxIter, FieldEventHandler<? super FieldNodeDetector<T>,T> newHandler)
Build a new instance.D
FieldAbstractDetector. withHandler(FieldEventHandler<? super D,T> newHandler)
Setup the event handler to call at event occurrences.Constructors in org.orekit.propagation.events with parameters of type FieldEventHandler Constructor Description FieldAbstractDetector(T maxCheck, T threshold, int maxIter, FieldEventHandler<? super D,T> handler)
Build a new instance. -
Uses of FieldEventHandler in org.orekit.propagation.events.handlers
Classes in org.orekit.propagation.events.handlers that implement FieldEventHandler Modifier and Type Class Description class
FieldContinueOnEvent<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Event handler which will always returncontinue
as a state.class
FieldStopOnDecreasing<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Handle a detection event and choose what to do next.class
FieldStopOnEvent<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Event handler which will always returncontinue
as a state.class
FieldStopOnIncreasing<KK extends FieldEventDetector<T>,T extends org.hipparchus.RealFieldElement<T>>
Handle a detection event and choose what to do next.
-