ArcGIS Runtime SDK for iOS: <AGSFloorAware> Protocol Reference
ArcGIS Runtime SDK for iOS  100.15
<AGSFloorAware> Protocol Reference

Description

A protocol that can be implemented by layers that support floor filtering.

The AGSFloorAware protocol is implemented by floor-aware layers such as AGSFeatureLayer. 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.

Since
100.12
Inheritance diagram for <AGSFloorAware>:
AGSArcGISSceneLayer AGSFeatureLayer AGSSubtypeFeatureLayer

Properties

AGSLayerFloorDefinitionfloorDefinition
 

Property Documentation

◆ floorDefinition

- (AGSLayerFloorDefinition*) floorDefinition
readwriterequirednonatomicstrong

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

When a layer is configured as floor-aware, it has an AGSFloorAware::floorDefinition property that defines properties that allow a layer to be floor-aware. When it is nil (default value) the specific layer does not support floor filtering.

Since
100.12