三维地图淹没分析插件类
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
options |
Object |
optional
对象具有以下属性:
|
Example:
// 初始化淹没分析插件.
var GeoFlood = new Cesium.GeoFlood({
viewer:viewer,
});
Demo:
Methods
清除淹没分析结果
创建水面
Name | Type | Description |
---|---|---|
normalMapUrl |
String | 水面法线纹理. |
degreesArrayHeights |
Array | 经纬度和高度值的集合.形式如下:[longitude, latitude, height, longitude, latitude, height...]. |
extrudedHeight |
Number | 水面上表面距离地面的高度. |
销毁淹没分析插件