Uses of Class
org.orekit.propagation.events.FieldSingleDateDetector
-
Packages that use FieldSingleDateDetector Package Description org.orekit.propagation.events 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 FieldSingleDateDetector Modifier and Type Method Description protected FieldSingleDateDetector<T>FieldSingleDateDetector. create(FieldEventDetectionSettings<T> detectionSettings, FieldEventHandler<T> newHandler)Build a new instance.FieldSingleDateDetector<T>FieldSingleDateDetector. shiftedBy(double dt)Get a time-shifted instance.FieldSingleDateDetector<T>FieldSingleDateDetector. withDate(AbsoluteDate newDate)Create new instance with input date.
-