Class RecordAndContinue.Event
java.lang.Object
org.orekit.propagation.events.handlers.RecordAndContinue.Event
- Enclosing class:
RecordAndContinue
A single event detected during propagation.
-
Method Details
-
getDetector
Get the detector.- Returns:
- the detector that found the event.
- See Also:
-
isIncreasing
public boolean isIncreasing()Is the g() function increasing?- Returns:
- if the sign of the derivative of the g function is positive (true) or negative (false).
- See Also:
-
getState
Get the spacecraft's state at the event.- Returns:
- the satellite's state when the event was triggered.
- See Also:
-
toString
-