- 126
- 0
- 约2.69万字
- 约 20页
- 2016-10-19 发布于重庆
- 举报
最短路径分析下
《地理系统设计》课程实验报告
学生姓名:蒋鹏钦 班级:0644131 学号:23
实验名称:最短路径分析
实验数据
数据文件:National.mdb. Qingdao.mxd
实验工具
开发环境:VS2013
开发工具:ArcEngine10.2
编程语言:C#语言
实验步骤
(1)新建工程,选择C#项中的窗体;
添加相应的控件,并且修改各自的属性,最终得到的效果如下
双击“打开地图”添加事件
mapDocument = new MapDocumentClass();
try
{
System.Windows.Forms.OpenFileDialog openFileDialog;
openFileDialog = new OpenFileDialog();
openFileDialog.Title = 打开图层文件;
openFileDialog.Filter = map documents(*.mxd)|*.mxd;
openFileDialog.ShowDialog();
string fil
原创力文档

文档评论(0)