FacilityLayerDefinition QML Type

  • Esri.ArcGISRuntime
  • FacilityLayerDefinition
  • Defines the properties of the layer that contains facilities for a floor-aware map or scene. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.12
    Inherits:

    Object

    Properties

    Signals

    Detailed Description

    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.

    See also JsonSerializable and GeoModelFloorDefinition.

    Property Documentation

    facilityIdField : string

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


    json : jsobject

    JSON data that can be used to instantiate the FacilityLayerDefinition.


    layerId : string

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


    nameField : string

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


    siteIdField : string

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


    Signal Documentation

    facilityIdFieldChanged()

    Emitted when the facilityIdField property changes.

    Note: The corresponding handler is onFacilityIdFieldChanged.


    layerIdChanged()

    Emitted when the layerId property changes.

    Note: The corresponding handler is onLayerIdChanged.


    nameFieldChanged()

    Emitted when the nameField property changes.

    Note: The corresponding handler is onNameFieldChanged.


    siteIdFieldChanged()

    Emitted when the siteIdField property changes.

    Note: The corresponding handler is onSiteIdFieldChanged.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.