Andriod for arcgis 字段属性
摘要:
Feature pFeature = selFeatureLayer.getFeature(8); Log.d("FID===", "" + pFeature.getId()+":"); Map atts= pFeature.getAttributes(); //得到包含所有属性的Map集合,并进行遍历之后将属性和属性值打印在Log的上 Set> ents= atts.entrySe... 阅读全文
posted @ 2017-02-10 14:28 gisai 阅读(253) 评论(0) 推荐(0)