Class: BoxHandler

BoxHandler

矩形拉框

new BoxHandler()

Source:
View2D/handler/BoxHandler3D.js
Example
// var boxHandler = new GeoGlobe.BoxHandler(map); //二维的拉框控件
var boxHandler = new GeoGlobe.BoxHandler3D(map); //三维维的拉框控件

Methods


disable()

禁用
Source:
View2D/handler/BoxHandler3D.js

enable()

启用
Source:
View2D/handler/BoxHandler3D.js

initialize(map)

构造函数
Parameters:
Name Type Description
map GeoGlobe.Map 地图对象
Source:
View2D/handler/BoxHandler3D.js

isActive()

指示是否是活动的,即当前正在使用。
Source:
View2D/handler/BoxHandler3D.js
Returns:
`true` 激活
Type
boolean

isEnabled()

指示是否是启用
Source:
View2D/handler/BoxHandler3D.js
Returns:
`true` 启用
Type
boolean