SiteLayerDefinition

Defines the properties of the layer that contains sites for a floor-aware map or scene. The layer contains the boundaries of managed sites. A site is the largest space designation in the ArcGIS Indoors Information Model[https://pro.arcgis.com/en/pro-app/latest/help/data/indoors/arcgis-indoors-information-model.htm] and is used to represent an area such as a campus, a barrack, or an industrial site. A site can contain multiple facilities.

Since

200.1.0

See also

Constructors

Link copied to clipboard
constructor(layerId: String, nameField: String, siteIdField: String)

Creates a new SiteLayerDefinition object with the specified layer id, site name attribute field and site id attribute field.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An ID that specifies a layer in the map or scene that contains site features.

Link copied to clipboard

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

Link copied to clipboard

The name of the attribute field that contains each site feature's unique identifier.

Inherited functions

Link copied to clipboard
open override fun toJson(): String

Convert an object to JSON string.