JimuLayerViewConstructorOptions
Interface
JimuLayerViewConstructorOptions
is used in the constructor of the JimuLayerView
, to initiate a JimuLayerView
instance.
Subclasses: JimuFeatureLayerViewOptions, JimuSceneLayerViewOptions
Properties
Property | Type | Notes |
---|---|---|
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 |
jimuMapViewId
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
.
jimuMapViewId: string
The jimuMapViewId is the corresponding JimuMapView instance id.