查看对象信息(GeometryInfo)
范例简介
示范根据查询条件,查询对应POI,并查看POI对象属性信息。
范例运行效果
图:查看对象信息范例运行效果 |
范例位置
Android Studio
- 产品包:产品包目录\SampleCode\SampleCode_AndroidStudio\AndroidStudioSampleCode\geometryinfo
- Github:https://github.com/SuperMap/iMobile-SampleCode/tree/master/AndroidStudioSampleCode/geometryinfo
ADT
- 产品包:产品包目录\SampleCode\SampleCode_ADT\GeometryInfo
范例数据
存储位置
- 产品包:产品包目录\SampleData\GeometryInfo
- 网盘:链接:https://pan.baidu.com/s/1L-iQ3VM6s0SNS73T7fRgNQ,提取码:y3f1
部署位置:移动设备内部存储\SampleData\GeometryInfo
许可方式
离线许可,将许可文件拷贝到"移动设备内部存储\SuperMap\License"文件夹下。
运行类库
jar包 |
---|
com.supermap.data.jar、com.supermap.mapping.jar、com.supermap.services.jar |
so库 |
libimb2d.so、libgnustl_shared.so、libQt5Core.so、libQt5Gui.so、libQt5Svg.so、libQt5Widgets.so(注:11.1版本开始,需添加后五个so库。) |
关键类型/成员
控件/类 | 方法 |
---|---|
CallOut | setContentView()、setStyle()、setLocation()、setBackground() |
MapView | removeAllCallout()、addCallout()、showCallout() |
QueryParameter | setSpatialQueryObject()、setSpatialQueryMode() |
SpatialQueryMode | CONTAIN、INTERSECT、DISJOINT |
Selection | toRecordset()、fromRecordset() |
DatasetVector | query() |
使用步骤
- 点击下拉按钮,选择查询条件,点击【查询】,结果全幅显示在地图中;
- 点击箭头按钮,选择面对象,长按改对象,显示详细信息。