GeoModelFloorDefinition

Contains floor-awareness settings for a map or scene. GeoModelFloorDefinition defines the required layers, and the required fields for each of those layers in a floor-aware map or scene. The floor definition must contain GeoModelFloorDefinition.levelLayerDefinition and GeoModelFloorDefinition.facilityLayerDefinition properties at a minimum representing the facilities (eg. buildings) and the floor levels within those facilities. The GeoModelFloorDefinition.siteLayerDefinition property is optional, and represents the sites (campuses) that the facilities may be grouped into.

Since

200.1.0

See also

Constructors

Link copied to clipboard
constructor(facilityLayerDefinition: FacilityLayerDefinition, levelLayerDefinition: LevelLayerDefinition, siteLayerDefinition: SiteLayerDefinition?)

Creates a new GeoModelFloorDefinition object with the specified facility layer definition, level layer definition, and site layer definition.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The layer and field properties for the layer used to describe facilities.

Link copied to clipboard

The layer and field properties for the layer used to describe floor levels.

Link copied to clipboard

The layer and field properties for the layer used to describe sites. This property is optional.

Inherited functions

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

Convert an object to JSON string.