Uses of Class
org.orekit.propagation.events.SingleDateDetector
Packages that use SingleDateDetector
Package
Description
This package provides interfaces and classes dealing with events occurring during propagation.
-
Uses of SingleDateDetector in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return SingleDateDetectorModifier and TypeMethodDescriptionprotected SingleDateDetectorSingleDateDetector.create(EventDetectionSettings detectionSettings, EventHandler newHandler) Build a new instance.SingleDateDetector.shiftedBy(double dt) Get a time-shifted instance.FieldSingleDateDetector.toEventDetector(EventHandler eventHandler) Build non-Field instance.SingleDateDetector.withDate(AbsoluteDate newDate) Create new instance with input date.