FloorAware QML Type

An interface that can be implemented by layers that support floor filtering. More...

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

Object

Properties

Signals

Detailed Description

The FloorAware interface is implemented by floor-aware layers such as FeatureLayer. A floor-aware layer is a layer that contains indoor GIS data representing features that can be located on a specific floor of a building. When a layer is floor-aware, data can be filtered based on one or more floors.

Note: You cannot declare or create a component of this type in QML code.

Property Documentation

floorDefinition : LayerFloorDefinition

Defines the properties that allow a layer to be floor-aware.

When a layer is configured as floor-aware, it has a floorDefinition property that itself defines properties allowing a layer to be floor-aware. When it is null (default value) the specific layer does not support floor filtering.


Signal Documentation

floorDefinitionChanged()

Emitted when the floorDefinition property changes.

Note: The corresponding handler is onFloorDefinitionChanged.


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