FacilityLayerDefinition QML Type

Defines the properties of the layer that contains facilities 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 footprints of managed facilities. A facility represents any occupiable structure, such as an office or campus building, retail setting, or industrial structure. Facilities have one or more floor levels and are optionally grouped into sites.

See also JsonSerializable and GeoModelFloorDefinition.

Property Documentation

facilityIdField : string

The name of the attribute field that contains a facility feature's unique identifier.


json : jsobject

JSON data that can be used to instantiate the FacilityLayerDefinition.


layerId : string

An ID that specifies a layer in the map or scene that contains facilities. The layer provides access to facility features for floor filtering.


nameField : string

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


siteIdField : string

The name of the attribute field that contains a facility feature's site identifier (a foreign key to the Site layer).


Signal Documentation

facilityIdFieldChanged()

Emitted when the facilityIdField property changes.

Note: The corresponding handler is onFacilityIdFieldChanged.


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