JimuSceneLayerViewOptions

Interface

JimuSceneLayerViewOptions provides information about the JimuSceneLayerView .

Inheritance: JimuSceneLayerViewOptionsJimuFeatureLayerSceneLayerViewCommonOptions

Properties

Hide inherited properties
PropertyTypeNotes
fromRuntime
 inherited 
boolean

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.

jimuLayerId
 inherited 
string

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

jimuMapViewId
 inherited 
string

The jimuMapViewId is the corresponding JimuMapView instance id.

layer
 inherited 
any

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

layerDataSourceId
 inherited 
string

The layerDataSourceId is the corresponding datasource id.

mapViewManager
 inherited 
MapViewManager

Pass MapViewManager in to avoid circular dependency.

type
 inherited 
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))

SceneLayerView

The view is the ArcGIS Maps SDK for JavaScript SceneLayerView .

fromRuntime

inherited
Interface Property
fromRuntime: boolean

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.

Inherited from JimuFeatureLayerSceneLayerViewCommonOptions.fromRuntime

jimuLayerId

inherited
Interface Property
jimuLayerId: string

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

Inherited from JimuFeatureLayerSceneLayerViewCommonOptions.jimuLayerId

jimuMapViewId

inherited
Interface Property
jimuMapViewId: string

The jimuMapViewId is the corresponding JimuMapView instance id.

Inherited from JimuFeatureLayerSceneLayerViewCommonOptions.jimuMapViewId

layer

inherited
Interface Property
layer: any

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

Inherited from JimuFeatureLayerSceneLayerViewCommonOptions.layer

layerDataSourceId

inherited
Interface Property
layerDataSourceId: string

The layerDataSourceId is the corresponding datasource id.

Inherited from JimuFeatureLayerSceneLayerViewCommonOptions.layerDataSourceId

mapViewManager

inherited
Interface Property
mapViewManager: MapViewManager

Pass MapViewManager in to avoid circular dependency.

Inherited from JimuFeatureLayerSceneLayerViewCommonOptions.mapViewManager

type

inherited
Interface Property
type: 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))

Inherited from JimuFeatureLayerSceneLayerViewCommonOptions.type

view

Interface Property
view: SceneLayerView

The view is the ArcGIS Maps SDK for JavaScript SceneLayerView .

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