JimuLayerView
Class
JimuLayerView
is a wrapper class for ArcGIS API for JavaScript LayerView
.
It is created by a JimuMapView
using a layer DataSource
.
Constructors
new JimuLayerView(options: JimuLayerViewConstructorOptions): JimuLayerView
Parameters
Parameter | Type |
---|---|
options | JimuLayerViewConstructorOptions |
Returns
JimuLayerView
Properties
Property | Type | Notes |
---|---|---|
string | The id of the JimuLayerView instance. | |
string | The jimuMapViewId is the corresponding JimuMapView instance id. | |
any | The layer is the corresponding layer object in ArcGIS JavaScript API View.map. | |
string | The layerDataSourceId is the corresponding datasource id. | |
LayerView | The |
id
jimuMapViewId
jimuMapViewId: string
The jimuMapViewId is the corresponding JimuMapView instance id.
layer
layer: any
The layer is the corresponding layer object in ArcGIS JavaScript API View.map.
layerDataSourceId
layerDataSourceId: string
The layerDataSourceId is the corresponding datasource id.
view
view: LayerView
The view
is the ArcGIS API for JavaScript LayerView
.
Methods
Method | Returns | Notes |
---|---|---|
| void | Destroy the JimuLayerView instance. |
destroy
destroy(): void
Destroy the JimuLayerView instance.
Returns
void
id: string
The id of the JimuLayerView instance.