ArcGIS Mobile使用与开发(四).pptVIP

  • 5
  • 0
  • 约6.87千字
  • 约 24页
  • 2017-01-29 发布于湖北
  • 举报
ArcGIS Mobile使用与开发(四) 节点编辑 P17 相关接口方法介绍 添加节点 删除节点 移动节点 保存节点编辑 一、相关接口方法介绍 使用Sketch 基本操作步骤 一、添加Map.MapActions()的sketching 事件如下: 添加InsertVertextSketchTool DeleteVertextSketchTool MoveVertextSketchTool 二、添加 “节点编辑”菜单,在其中增加“插入节点”,“删除节点”,“移动节点” “保存节点编辑” 子菜单 三 添加以上各子菜单的Click事件,在其中编写代码。 一、添加节点 //公有变量,存储选中的图层,要素,几何对象, FeatureDataTable m_featureDataTable; DataRow m_pFeature; Geometry m_geometry; 一、添加节点 private void AddNodemenu_Click(object sender, EventArgs e) { if (m_pFeature == null || m_geometry == null || m_featureDataTable == null)

文档评论(0)

1亿VIP精品文档

相关文档