BIMInfoClickQueryHandler

BIM attribute click query. (used with mServer's query service)

new SuperMap3D.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 Current scene
axiosUrl String optional Query service address
queryType String optional Query type ('BIMDataBox','PeopleDataBox','BuildDataBox','MGISDataBox')
Example:
axiosUrl = http://localhost:8090/iserver/services/MGISDataSystemServer/rest/domainComponents/MGISDataQueryImpl/

Methods

activate(callback)

Activate the query operation and return the result through the callback
Name Type Description
callback function

deactivate()

deactivation query operation