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 100.15
Since: Esri.ArcGISRuntime 100.2
Inherits:

LineOfSight

Properties

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).

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.


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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close