Interface
JimuBuildingComponentSublayerView constructor options.
Properties
| Property | Type | Notes |
|---|---|---|
fromRuntimeinherited | boolean | true means the JimuLayerView is created from runtime. e.g. The JimuLayerView is created by AddData widget at runtime. false means the layer is a builtin layer of WebMap or WebScene. |
jimuLayerIdinherited | string | The jimuLayerId is a string that connects the layer.id in the layer tree with "-" |
jimuMapViewIdinherited | string | The jimuMapViewId is the corresponding JimuMapView instance id. |
layer | BuildingComponentSublayer | The |
layerDataSourceIdinherited | string | The layerDataSourceId is the corresponding data source id. |
mapViewManagerinherited | MapViewManager | Pass MapViewManager in to avoid circular dependency. |
typeinherited | string | The layer type, see ArcGIS Maps SDK for JavaScript Layer type. |
fromRuntime
fromRuntime: booleantrue means the JimuLayerView is created from runtime. e.g. The JimuLayerView is created by AddData widget at runtime. false means the layer is a builtin layer of WebMap or WebScene.
jimuLayerId
jimuLayerId: stringThe jimuLayerId is a string that connects the layer.id in the layer tree with "-"
jimuMapViewId
jimuMapViewId: stringThe jimuMapViewId is the corresponding JimuMapView instance id.
layer
Interface Propertylayer: BuildingComponentSublayerThe layer is the ArcGIS Maps SDK for JavaScript BuildingComponentSublayer .
layerDataSourceId
layerDataSourceId: stringThe layerDataSourceId is the corresponding data source id.
mapViewManager
mapViewManager: MapViewManagerPass MapViewManager in to avoid circular dependency.
type
type: stringThe layer type, see ArcGIS Maps SDK for JavaScript Layer type.