ArcGISMobile使用与开发(二).ppt

ArcGISMobile使用与开发(二)课案

ArcGIS Mobile使用与开发(二);主要内容;一、图形浏览;一、图形浏览; 3、map1变量的 MapActions 来设置地图的鼠标事件。添加 PanMapAction, ZoomInMapAction ,ZoomOutMapAction; 4、编写代码;二、图层管理; void ShowLayerInfo() { for (int i = 0; i mobileCache1.Layers.Count-1; i++) { string sName = mobileCache1.Layers[i].Name ; LayerlistBox.Items.Add(sName); FeatureLayer sLayer = mobileCache1.Layers[i] as FeatureLayer; if (sLayer != null) { bool bModify = sLayer.AllowModify; bool bNew = sLayer.AllowModify;

文档评论(0)

1亿VIP精品文档

相关文档