See: Description
| Interface | Description |
|---|---|
| CustomEventDetector |
Interface to be implemented by custom detectors defining method to get its action.
|
| CustomTriggeredEventDetector |
Interface to be implemented by custom detectors that can be triggered after a number of ocurrences.
|
| 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.
|
| CustomEventDetectorTrigger |
Complex trigger for event detectors where should be triggered or not depending on the occurrence number or
on the slope of the switching function around event.
|
| 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. |
| 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.
|
| 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.
|
| Enum | Description |
|---|---|
| CustomAltitudeDetector.AltitudeDetectionChoice |
Choices for altitude events detection.
|
| CustomApsideDetector.ApsideDetectionChoice |
Choices for apside events detection.
|
| CustomEclipseDetector.EclipseDetectionChoice |
Choices for eclipse events detection.
|
| CustomEventDetectorTrigger.TriggeringType |
Choices for triggering the events.
|
| CustomNodeDetector.NodeDetectionChoice |
Choices for node events detection.
|
| CustomVisibilityFromStationDetector.VisibilityDetectionChoice |
Choices for visibility from station events detection.
|
Copyright © 2017. All rights reserved.