SiteLayerDefinition

class SiteLayerDefinition : JsonSerializable

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.

See also

Constructors

Link copied to clipboard
fun SiteLayerDefinition(    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

Functions

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

Convert an object to JSON string.

Properties

Link copied to clipboard
val layerId: String

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

Link copied to clipboard
val nameField: String

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

Link copied to clipboard
val siteIdField: String

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

Link copied to clipboard
open override val unknownJson: Map<String, Any>

Unknown data from the source JSON. Unknown JSON is a dictionary of values that was in the source JSON but was unparsed by this API.

Link copied to clipboard
open override val unsupportedJson: Map<String, Any>

Unsupported data from the source JSON. Unsupported JSON is a dictionary of values that are supported by web maps, but not exposed through this API.