See: Description
| Interface | Description |
|---|---|
| CustomEventDetector |
Interface to be implemented by custom detectors defining method to get its action.
|
| Class | Description |
|---|---|
| CustomAltitudeDetector |
Sub-class of Orekit's AltitudeDetector class to be able to change the action to be performed in
case of event detection.
|
| CustomAOLDetector |
Sub-class of Orekit's AOLDetector class to be able to change the action to be performed in case of event
detection.
|
| CustomApsideDetector |
Sub-class of Orekit's ApsideDetector class to be able to change the action to be performed in
case of event detection.
|
| CustomDateDetector |
Sub-class of Orekit's DateDetector class to be able to change the action to be performed in case
of event detection.
|
| CustomEclipseDetector |
Sub-class of Orekit's EclipseDetector class to be able to change the action to be performed in
case of event detection.
|
| CustomGenericCodingEventDetector |
This class represents an implementation of the
CodingEventDetector interface for event
detectors that can be triggered from a given occurrence until a given occurrence and every a
given number of occurrences.It works using the EventDetector provided in the constructor. |
| CustomLocalTimeDetector |
Sub-class of Orekit's LocalTimeDetector class to be able to change the action to be performed in
case of event detection.
|
| CustomNodeDetector |
Sub-class of Orekit's NodeDetector class to be able to change the action to be performed in case
of event detection.
|
| CustomRecurrentDateDetector |
Class representing a recurrent date detector: it detects every date t from a reference date t0 such as t - t0 =
n.p with p being the period of the detector.
|
| CustomRecurrentRelativeDateDetector |
Class representing a recurrent relative date detector: it detects every date t from a reference date t0 such as
t - t0 = n.p with p being the period of the detector.
|
| CustomRelativeDateDetector |
Class implementing a Relative Date detector with a configurable action on event detection.
|
| CustomVisibilityFromStationDetector |
Sub-class of Orekit's VisibilityFromStationDetector class to be able to change the action to be
performed in case of event detection.
|
| IntervalOccurrenceDetectorWrapper |
Temporary wrapper.
|
| NthOccurrenceDetectorWrapper |
Temporary wrapper.
|
| Enum | Description |
|---|---|
| CustomGenericCodingEventDetector.TriggeringType |
Choices for triggering the events.
|
Copyright © 2025. All rights reserved.