Summary
Methods:
addMathCell |
添加可视域元素 |
setMode |
设置模型呈现模式 |
Constructor
new ViewshedModel()
可视域模型的构造函数。
Example
let viewshedModel=new hmap.geosolution.math.ViewshedModel();
Methods
-
addMathCell(mathCell)
-
添加可视域元素
Parameters:
Name Type Description mathCell
module:geosolution/cell~Viewshed 可视域元素
-
setMode(mode)
-
设置模型呈现模式
Parameters:
Name Type Description mode
String 呈现模式。'0'为线框+面模式;'1'为线框模式。