FacilityLayerDefinition

Defines the properties of the layer that contains facilities for a floor-aware map or scene. 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.

Since

200.1.0

See also

Constructors

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

Creates a new FacilityLayerDefinition object with the specified Layer.id, facility id attribute field, facility name attribute field, and site id attribute field.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the attribute field that contains a facility feature's unique identifier.

Link copied to clipboard

An ID that specifies a layer in the map or scene that contains facilities. The layer provides access to facility features for floor filtering.

Link copied to clipboard

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

Link copied to clipboard

The name of the attribute field that contains a facility feature's site identifier (a foreign key to the Site layer).

Inherited functions

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

Convert an object to JSON string.