MultiViewShed3D

new SuperMap3D.MultiViewShed3D(scene)

Multi-View Analysis
Name Type Description
scene Object optional Scenarios for Multi-View Analysis
Throws:

Members

ViewShedCount : Number

Get the number of viewports.

Methods

addViewShed(option)

Add a viewport object.
Name Type Description
option Object Viewport Object Parameters

build()

Perform analysis.

destroy()

Release the object.

getViewShed(index)*

Get the viewport object according to the index.
Name Type Description
index Number The index number of the viewport object to be obtained
Returns:

removeViewShed(index)

Delete viewport object based on index.
Name Type Description
index Number The index number of the viewport object to be deleted