JimuLayerViewConstructorOptions
Interface
JimuLayerViewConstructorOptions
is used in the constructor of the JimuLayerView
, to initiate a JimuLayerView
instance.
Properties
Property | Type | Notes |
---|---|---|
string | The jimuLayerId is a string that connects the layer.id in the layer tree with "-" | |
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. | |
MapViewManager | Pass MapViewManager in to avoid circular dependency. | |
string | The layer type, see ArcGIS Maps SDK for JavaScript Layer type]((https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#type)) | |
LayerView | The |
jimuMapViewId
Interface PropertyjimuMapViewId: string
The jimuMapViewId is the corresponding JimuMapView instance id.
layer
Interface Propertylayer: any
The layer is the corresponding layer object in ArcGIS JavaScript API View.map.
layerDataSourceId
Interface PropertylayerDataSourceId: string
The layerDataSourceId is the corresponding datasource id.
mapViewManager
Interface PropertymapViewManager: MapViewManager
Pass MapViewManager in to avoid circular dependency.
type
Interface Propertytype: string
The layer type, see ArcGIS Maps SDK for JavaScript Layer type]((https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#type))
view
Interface Propertyview: LayerView
The view
is the ArcGIS Maps SDK for JavaScript LayerView
.
jimuLayerId: string
The jimuLayerId is a string that connects the layer.id in the layer tree with "-"