LimitHeight

LimitHeight

限高分析

Constructor

new LimitHeight(viewer, opt)

Parameters:
Name Type Description
viewer Cesium.Viewer 地图viewer对象
opt Object 基础参数
Properties
Name Type Attributes Default Description
positions Array.<Cesium.Cartesian3> 限制范围
bottomHeight Number 最小高度
topHeight Number <optional>
Number.MAX_VALUE 最大高度
color String <optional>
'#ff0000' 颜色
alpha Number <optional>
0.8 颜色透明度

Members

bottomHeight

Properties:
Name Type Description
bottomHeight Number 最小高度

positions

Properties:
Name Type Description
positions Array.<Cesium.Cartesian3> 限制范围

topHeight

Properties:
Name Type Description
topHeight Number 最大高度

Methods

destroy()

Description:
  • 销毁

init()

Description:
  • 初始化

setHeight(h)

Parameters:
Name Type Description
h Number 限制高度