码迷,mamicode.com
首页 > 移动开发 > 详细

ArcGIS for android添加图层几何体

时间:2016-12-13 15:45:34      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:ash   this   gis   string   new   selection   shm   hashmap   nbsp   

 

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添加图层几何体

标签:ash   this   gis   string   new   selection   shm   hashmap   nbsp   

原文地址:http://www.cnblogs.com/janehlp/p/6170040.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!