Interface
JimuSceneLayerView
constructor options.
Properties
Property | Type | Notes |
---|---|---|
fromRuntime inherited | 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. |
jimuLayerId inherited | string | The jimuLayerId is a string that connects the layer.id in the layer tree with "-" |
jimuMapViewId inherited | string | The jimuMapViewId is the corresponding JimuMapView instance id. |
SceneLayer | The | |
layerDataSourceId inherited | string | The layerDataSourceId is the corresponding data source id. |
mapViewManager inherited | MapViewManager | Pass MapViewManager in to avoid circular dependency. |
type inherited | string | The layer type, see ArcGIS Maps SDK for JavaScript Layer type. |
fromRuntime
fromRuntime: 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.
jimuLayerId
jimuLayerId: string
The jimuLayerId is a string that connects the layer.id in the layer tree with "-"
jimuMapViewId
jimuMapViewId: string
The jimuMapViewId is the corresponding JimuMapView instance id.
layer
Interface Propertylayer: SceneLayer
The layer
is the ArcGIS Maps SDK for JavaScript SceneLayer
.
layerDataSourceId
layerDataSourceId: string
The layerDataSourceId is the corresponding data source id.
mapViewManager
mapViewManager: MapViewManager
Pass MapViewManager in to avoid circular dependency.
type
type: string
The layer type, see ArcGIS Maps SDK for JavaScript Layer type.