BIMInfoClickQueryHandler

BIM属性点选查询.(配合mServer的查询服务使用)

new Cesium.BIMInfoClickQueryHandler(options, options)

Name Type Description
options BIMInfoClickQueryHandler.ConstructorOptions optional Object describing initialization options
options Object optional Object with the following properties:
Name Type Description
scene Scene optional 当前场景
axiosUrl String optional 查询服务地址
queryType String optional 查询类型('BIMDataBox','PeopleDataBox','BuildDataBox','MGISDataBox')
Example:
axiosUrl = http://localhost:8090/iserver/services/MGISDataSystemServer/rest/domainComponents/MGISDataQueryImpl/

Methods

activate(callback)

激活查询操作,通过回调返回结果
Name Type Description
callback function
Returns:

deactivate()

反激活查询操作