| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.events.detectors |
| Modifier and Type | Method and Description |
|---|---|
SatToSatMutualVisibilityDetector.SatToSatLinkType |
SatToSatMutualVisibilityDetector.getLinkType()
Returns the type of link (it can be uplink or downlink).
|
static SatToSatMutualVisibilityDetector.SatToSatLinkType |
SatToSatMutualVisibilityDetector.SatToSatLinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SatToSatMutualVisibilityDetector.SatToSatLinkType[] |
SatToSatMutualVisibilityDetector.SatToSatLinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LinkTypeHandler(SatToSatMutualVisibilityDetector.SatToSatLinkType linkType,
PVCoordinatesProvider otherElement)
Constructor with a
SatToSatMutualVisibilityDetector.SatToSatLinkType. |
SatToSatMutualVisibilityDetector(SensorModel mainSensorModel,
SensorModel secondarySensorModel,
Propagator secondSpacecraftPropagator,
boolean withMasking,
double maxCheck,
double threshold,
EventDetector.Action entry,
EventDetector.Action exit,
boolean removeEntry,
boolean removeExit,
SatToSatMutualVisibilityDetector.SatToSatLinkType linkTypeIn)
Constructor to be used for single spacecraft propagation only (
Propagator). |
SatToSatMutualVisibilityDetector(String mainSpacecraftId,
String secondarySpacecraftId,
SensorModel mainSensorModel,
SensorModel secondarySensorModel,
boolean withMasking,
double maxCheck,
double threshold,
EventDetector.Action entry,
EventDetector.Action exit,
boolean removeEntry,
boolean removeExit,
SatToSatMutualVisibilityDetector.SatToSatLinkType linkTypeIn)
Constructor to be used for multi-spacecraft propagation only (
MultiPropagator). |
Copyright © 2025 CNES. All rights reserved.