ArcGIS for android添加图层几何体

Posted 勇者工作室

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ArcGIS for android添加图层几何体相关的知识,希望对你有一定的参考价值。

 

GraphicLayer lyr;

Map<String,Object> attr = new HashMap<String,Object>();
attr.put(this.objectIdField, oid);
Graphic graphic = new Graphic(selection, currentSymbol,attr,0);
lyr.addGraphic(graphic);

以上是关于ArcGIS for android添加图层几何体的主要内容,如果未能解决你的问题,请参考以下文章

arcgis for android(10.2.9)- 点线面绘制前奏

arcgis for android 怎么加载wms服务

ArcGIS for Android图层记录数,图层选择记录,图层字段数

arcgis for js 根据多边形自动缩放

Arcgis runtime for android mmpk加载图层组实现上下移动切换

Arcgis runtime for android mmpk加载图层组实现上下移动切换