| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.events.detectors |
| Modifier and Type | Method and Description |
|---|---|
SurfaceDistanceDetector.BodyDistanceType |
SurfaceDistanceDetector.getBodyDistanceType()
Getter for the chosen body distance type for the detector.
|
static SurfaceDistanceDetector.BodyDistanceType |
SurfaceDistanceDetector.BodyDistanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SurfaceDistanceDetector.BodyDistanceType[] |
SurfaceDistanceDetector.BodyDistanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SurfaceDistanceDetector(CelestialBody bodyIn,
double surfaceDistanceIn,
SurfaceDistanceDetector.BodyDistanceType bodyDistanceTypeIn)
Constructor for a DistanceDetector instance.
|
SurfaceDistanceDetector(CelestialBody bodyIn,
double surfaceDistanceIn,
SurfaceDistanceDetector.BodyDistanceType bodyDistanceTypeIn,
double maxCheck,
double threshold)
Constructor for a DistanceDetector instance with additional maxCheck and threshold parameters
The default implementation behavior is to
stop propagation when the distance is
reached. |
SurfaceDistanceDetector(CelestialBody bodyIn,
double surfaceDistanceIn,
SurfaceDistanceDetector.BodyDistanceType bodyDistanceTypeIn,
double maxCheck,
double threshold,
EventDetector.Action actionIncreasing,
EventDetector.Action actionDecreasing)
Constructor for a DistanceDetector instance with complementary parameters.
|
SurfaceDistanceDetector(CelestialBody bodyIn,
double surfaceDistanceIn,
SurfaceDistanceDetector.BodyDistanceType bodyDistanceTypeIn,
double maxCheck,
double threshold,
EventDetector.Action actionIncreasing,
EventDetector.Action actionDecreasing,
boolean removeIncreasing,
boolean removeDecreasing)
Constructor for a DistanceDetector instance with complementary parameters.
|
SurfaceDistanceDetector(CelestialBody bodyIn,
double surfaceDistanceIn,
SurfaceDistanceDetector.BodyDistanceType bodyDistanceTypeIn,
int slopeSelection,
double maxCheck,
double threshold,
EventDetector.Action action,
boolean remove)
Build a new altitude detector with slope selection.
|
Copyright © 2025 CNES. All rights reserved.