框选工具使用后获取的数据
    
    
    
    
    
    
        
| Name | Type | Description | 
|---|---|---|
| earth | YSEarth | YouScene.earth | 
| point1 | XYZ | 框左上点坐标 Object={x:114,y:32,z:1000} | 
| point2 | XYZ | 框右下点坐标 Object={x:115,y:33,z:1000} | 
| feature | Object | 选中对象 | 
- Implements:
Members
- 
    
    框选工具返回的json对象- Implements:
 Properties:Name Type Description earthYSEarth toolViewTool 当前使用的工具 point1XYZ 框左上点坐标 PropertiesName Type Description xNumber 框左上点经度,地理坐标,单位度 yNumber 框左上点纬度,地理坐标,单位度 zNumber 框左上点高程,单位米 point2XYZ 框右下点坐标 PropertiesName Type Description xNumber 框右下点经度,地理坐标,单位度 yNumber 框右下点纬度,地理坐标,单位度 zNumber 框左上点高程,单位米 
