GPU空间查询类。
    
    
    
    
    
    
        
| Name | Type | Description | 
|---|---|---|
| scene | Scene | 进行GPU空间查询的场景。 | 
Throws:
- 
    DeveloperError : scene are required.
Members
- 
    fillColor : Color
- 
    
    获取或者设置查询对象的填充颜色,RGBA格式。
- 
    fillStyle : FillStyle
- 
    
    获取或者设置查询对象的填充模式。
- 
    geometry : Geometry3D
- 
    
    获取或者设置用于查询的几何模型对象。
- 
    layers : Layers
- 
    
    获取或者设置被查询图层。
- 
    outlineColor : Color
- 
    
    获取或者设置查询对象边框颜色。
- 
    positionMode : PositionMode
- 
    
    获取或者设置查询时对象位置模式,指查询对象与模型对象的位置关系,包括相离、相交和包含等几种。
Methods
- 
    
    执行GPU空间查询与分析。
- 
    
    清除对象但不销毁。
- 
    
    销毁对象。
- 
    
    获取所有查询到的id。Returns:ids
