Constructor
new LimitHeight(viewer, opt)
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
viewer |
Cesium.Viewer | 地图viewer对象 | ||||||||||||||||||||||||||||||
opt |
Object | 基础参数
Properties
|
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 | 限制高度 |