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: |
Properties
- facilityIdField : string
- json : jsobject
- layerId : string
- nameField : string
- siteIdField : string
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
The name of the attribute field that contains a facility feature's unique identifier.
JSON data that can be used to instantiate the FacilityLayerDefinition.
An ID that specifies a layer in the map or scene that contains facilities. The layer provides access to facility features for floor filtering.
The name of the attribute field that contains a facility feature's site identifier (a foreign key to the Site layer).
Signal Documentation
Emitted when the facilityIdField property changes.
Note: The corresponding handler is onFacilityIdFieldChanged
.
Emitted when the layerId property changes.
Note: The corresponding handler is onLayerIdChanged
.
Emitted when the nameField property changes.
Note: The corresponding handler is onNameFieldChanged
.
Emitted when the siteIdField property changes.
Note: The corresponding handler is onSiteIdFieldChanged
.