
ArcGis
文章平均质量分 77
andli0726
这个作者很懒,什么都没留下…
展开
-
GPS定位
public class GPSView extends Activity { final static double SEARCH_RADIUS = 5; MapView map = null; @SuppressWarnings("serial") public void onCreate(Bundle savedInstanceState) { ...原创 2012-09-04 10:49:11 · 145 阅读 · 0 评论 -
几何对象的绘制
public class DrawGraphicElements extends Activity implements OnClickListener { MapView mapView = null; ArcGISTiledMapServiceLayer mTileMapLayer = null; GraphicsLayer graphicsLayer = nul...原创 2012-09-07 10:08:22 · 237 阅读 · 0 评论 -
框选要素查询
public class SelectFeatures extends Activity { private MapView map = null; private ArcGISFeatureLayer mFeatureLayer = null; private GraphicsLayer mGraphicsLayer = null; private Simple...原创 2012-09-10 10:36:31 · 289 阅读 · 0 评论 -
IdentifyTask--要素识别 ----长按某一点后查询,并将查询结果高亮显示
public class HighlightFeatures extends Activity { private MapView mapView; private ArcGISTiledMapServiceLayer tiledMapServiceLayer; private GraphicsLayer graphicsLayer; private Graphic[...原创 2012-09-10 15:40:50 · 472 阅读 · 0 评论