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