Uses of Class
org.orekit.propagation.events.FieldSingleDateDetector
Packages that use FieldSingleDateDetector
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of FieldSingleDateDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return FieldSingleDateDetectorModifier and TypeMethodDescriptionprotected FieldSingleDateDetector<T> FieldSingleDateDetector.create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler) Build a new instance.FieldSingleDateDetector.shiftedBy(double dt) Get a time-shifted instance.FieldSingleDateDetector.withDate(AbsoluteDate newDate) Create new instance with input date.