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添加图层几何体的主要内容,如果未能解决你的问题,请参考以下文章