GeoElementLineOfSight QML Type

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:

LineOfSight

Properties

Signals

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.


observerOffsetX : double

The location X offset applied to the observer GeoElement.


observerOffsetY : double

The location Y offset applied to the observer GeoElement.


observerOffsetZ : double

The location Z offset applied to the observer GeoElement.


targetGeoElement : GeoElement

The target GeoElement.

The target GeoElement must have Point geometry.


targetOffsetX : double

The location X offset applied to the target GeoElement.


targetOffsetY : double

The location Y offset applied to the target GeoElement.


targetOffsetZ : double

The location Z offset applied to the target GeoElement.


Signal Documentation

observerGeoElementChanged()

Emitted when the observerGeoElement property changes.

Note: The corresponding handler is onObserverGeoElementChanged.


observerOffsetXChanged()

Emitted when the observerOffsetX property changes.

Note: The corresponding handler is onObserverOffsetXChanged.


observerOffsetYChanged()

Emitted when the observerOffsetY property changes.

Note: The corresponding handler is onObserverOffsetYChanged.


observerOffsetZChanged()

Emitted when the observerOffsetZ property changes.

Note: The corresponding handler is onObserverOffsetZChanged.


targetGeoElementChanged()

Emitted when the targetGeoElement property changes.

Note: The corresponding handler is onTargetGeoElementChanged.


targetOffsetXChanged()

Emitted when the targetOffsetX property changes.

Note: The corresponding handler is onTargetOffsetXChanged.


targetOffsetYChanged()

Emitted when the targetOffsetY property changes.

Note: The corresponding handler is onTargetOffsetYChanged.


targetOffsetZChanged()

Emitted when the targetOffsetZ property changes.

Note: The corresponding handler is onTargetOffsetZChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.