JimuSceneLayerView
Class
The JimuSceneLayerView extends from the JimuLayerView.
Constructors
new JimuSceneLayerView(options: JimuSceneLayerViewOptions): JimuSceneLayerView
Parameters
Parameter | Type |
---|---|
options | JimuSceneLayerViewOptions |
Returns
JimuSceneLayerView
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. | |
SceneLayerView | 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: SceneLayerView
The view
is the ArcGIS API for JavaScript SceneLayerView
.
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.