An analysis object that evaluates visibility along a line defined by observer and target GeoElement objects. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
Properties
- observerGeoElement : GeoElement
- observerOffsetX : double
- observerOffsetY : double
- observerOffsetZ : double
- targetGeoElement : GeoElement
- targetOffsetX : double
- targetOffsetY : double
- targetOffsetZ : double
Signals
- observerGeoElementChanged()
- observerOffsetXChanged()
- observerOffsetYChanged()
- observerOffsetZChanged()
- targetGeoElementChanged()
- targetOffsetXChanged()
- targetOffsetYChanged()
- targetOffsetZChanged()
Detailed Description
GeoElementLineOfSight renders a line between an observer GeoElement and a target GeoElement (each using Point geometry). Visible and obstructed portions of the line are displayed with unique colors (green and red by default). The observer and target GeoElements may be moving, in which case visibility will be dynamically updated.
The observer and target locations are determined by the location of the GeoElement plus any defined offsets (in X, Y, or Z). The offset positions of the observer and target relative to the GeoElement is always maintained, even when the GeoElement moves.
Property Documentation
observerGeoElement : GeoElement |
The observer GeoElement.
The observer GeoElement must have Point geometry.
The location X offset applied to the observer GeoElement.
The location Y offset applied to the observer GeoElement.
The location Z offset applied to the observer GeoElement.
targetGeoElement : GeoElement |
The target GeoElement.
The target GeoElement must have Point geometry.
The location X offset applied to the target GeoElement.
The location Y offset applied to the target GeoElement.
The location Z offset applied to the target GeoElement.
Signal Documentation
Emitted when the observerGeoElement property changes.
Note: The corresponding handler is onObserverGeoElementChanged
.
Emitted when the observerOffsetX property changes.
Note: The corresponding handler is onObserverOffsetXChanged
.
Emitted when the observerOffsetY property changes.
Note: The corresponding handler is onObserverOffsetYChanged
.
Emitted when the observerOffsetZ property changes.
Note: The corresponding handler is onObserverOffsetZChanged
.
Emitted when the targetGeoElement property changes.
Note: The corresponding handler is onTargetGeoElementChanged
.
Emitted when the targetOffsetX property changes.
Note: The corresponding handler is onTargetOffsetXChanged
.
Emitted when the targetOffsetY property changes.
Note: The corresponding handler is onTargetOffsetYChanged
.
Emitted when the targetOffsetZ property changes.
Note: The corresponding handler is onTargetOffsetZChanged
.