MultiViewShed3D

new Cesium.MultiViewShed3D(scene)

Multi-view analysis
Name Type Description
scene Object optional Multi-view domain analysis scenario
Throws:

Members

ViewShedCount : Number

Get the number of visible fields.

Methods

addViewShed(option)

Add visual domain objects.
Name Type Description
option Object Visual field object parameters

build()

Perform analysis.

destroy()

Release the object.

getViewShed(index)*

Obtain the visual domain object according to the index.
Name Type Description
index Number The index number of the visual domain object to be obtained
Returns:

removeViewShed(index)

Delete the visual domain object according to the index.
Name Type Description
index Number The index number of the visual domain object to be deleted