SiteLayerDefinition QML Type
The properties of the layer that contains sites for a floor-aware map or scene. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri::ArcGISRuntime 100.12 |
Inherits: |
- List of all members, including inherited members
- SiteLayerDefinition is part of QML Type List.
Properties
- json : jsobject
- layerId : string
- nameField : string
- siteIdField : string
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
.