Skip to content

Interface

JimuLayerViewConstructorOptions is used in the constructor of the JimuLayerView to initiate a JimuLayerView instance.

Properties

PropertyTypeNotes
fromRuntimeboolean

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.

jimuLayerIdstring

The jimuLayerId is a string that connects the layer.id in the layer tree with "-"

jimuMapViewIdstring

The jimuMapViewId is the corresponding JimuMapView instance id.

layerany

The layer is the corresponding layer object in ArcGIS JavaScript API View.map.

layerDataSourceIdstring

The layerDataSourceId is the corresponding data source id.

mapViewManagerMapViewManager

Pass MapViewManager in to avoid circular dependency.

typestring

The layer type, see ArcGIS Maps SDK for JavaScript Layer type.

fromRuntime

Interface Property

jimuLayerId

Interface Property

jimuMapViewId

Interface Property

layer

Interface Property

layerDataSourceId

Interface Property

mapViewManager

Interface Property

type

Interface Property

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.