LocationLineOfSight QML Type
An analysis object that evaluates visibility along a line defined by observer and target point objects. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
- List of all members, including inherited members
- LocationLineOfSight is part of QML Type List.
Properties
- observerLocation : Point
- targetLocation : Point
Signals
Detailed Description
LocationLineOfSight renders a line between an observer location and a target location, each defined using a Point geometry. Visible and obstructed portions of the line are displayed with unique colors (green and red by default).
See also Analysis.
Property Documentation
observerLocation : Point |
The observer location.
The point coordinates (x,y,z) define the observer location in 3D space.
targetLocation : Point |
The target point location.
The point coordinates (x,y,z) define the target location in 3D space.
Signal Documentation
observerLocationChanged() |
Emitted when the observerLocation property changes.
Note: The corresponding handler is onObserverLocationChanged
.
targetLocationChanged() |
Emitted when the targetLocation property changes.
Note: The corresponding handler is onTargetLocationChanged
.