| Package | Description |
|---|---|
| fr.cnes.genopus.nonWidget.events |
Package containing some objects related to events intended to be added to PATRIUS.
|
| Modifier and Type | Method and Description |
|---|---|
CustomAltitudeDetector.AltitudeDetectionChoice |
CustomAltitudeDetector.getAltitudeDetectionChoice()
Returns the node detection choice as an item of the NodeDetectionChoice enum.
|
static CustomAltitudeDetector.AltitudeDetectionChoice |
CustomAltitudeDetector.AltitudeDetectionChoice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomAltitudeDetector.AltitudeDetectionChoice[] |
CustomAltitudeDetector.AltitudeDetectionChoice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CustomAltitudeDetector(double altitude,
CustomAltitudeDetector.AltitudeDetectionChoice altitudeDetectionChoice,
org.orekit.bodies.ExtendedOneAxisEllipsoid bodyShape,
int triggerFrom,
Integer triggerStep,
Integer triggerTo)
Constructor with target altitude and body shape. maxCheck (600 s), threshold (1.0e-6 s) and action
(RESET_STATE) by default.
|
CustomAltitudeDetector(double altitude,
CustomAltitudeDetector.AltitudeDetectionChoice altitudeDetectionChoice,
org.orekit.bodies.ExtendedOneAxisEllipsoid bodyShape,
int triggerFrom,
Integer triggerStep,
Integer triggerTo,
double maxCheck,
double threshold,
org.orekit.propagation.events.EventDetector.Action action)
Constructor with complete data.
|
Copyright © 2017. All rights reserved.