SiteLayerDefinition QML Type

The properties of the layer that contains sites for a floor-aware map or scene. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri::ArcGISRuntime 100.12
Inherits:

Object

Properties

Signals

Detailed Description

The layer contains the boundaries of managed sites. A site is the largest space designation in the ArcGIS Indoors Information Model and is used to represent an area such as a campus, a barrack, or an industrial site. A site can contain multiple facilities.

See also JsonSerializable and GeoModelFloorDefinition.

Property Documentation

json : jsobject

JSON data that can be used to instantiate the SiteLayerDefinition.


layerId : string

An ID that specifies a layer in the map or scene that contains site features.


nameField : string

The name of the attribute field that contains each site feature's name.


siteIdField : string

The name of the attribute field that contains each site feature's unique identifier.


Signal Documentation

layerIdChanged()

Emitted when the layerId property changes.

Note: The corresponding handler is onLayerIdChanged.


nameFieldChanged()

Emitted when the nameField property changes.

Note: The corresponding handler is onNameFieldChanged.


siteIdFieldChanged()

Emitted when the siteIdField property changes.

Note: The corresponding handler is onSiteIdFieldChanged.


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