JimuFeatureLayerView
Class
The JimuFeatureLayerView extends from the JimuLayerView.
Constructors
new JimuFeatureLayerView(options: JimuFeatureLayerViewOptions): JimuFeatureLayerView
Parameters
Parameter | Type |
---|---|
options | JimuFeatureLayerViewOptions |
Returns
JimuFeatureLayerView
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. | |
FeatureLayerView | 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: FeatureLayerView
The view
is the ArcGIS API for JavaScript FeatureLayerView
.
If the layer is from mapservice, view = null
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.