当前位置:网站首页>ArcEngine(二)加载地图文档
ArcEngine(二)加载地图文档
2022-08-03 07:28:00 【稻田里展望者】
用MapControl控件加载地图文档
private void 加载地图文档ToolStripMenuItem_Click(object sender, EventArgs e)
{
//打开文件对话框
OpenFileDialog openFileDialog = new OpenFileDialog();
openFileDialog.Title = "加载地图文档";//设置title
openFileDialog.Filter = "(*.mxd)|*.mxd";//设置过滤模式
if (openFileDialog.ShowDialog() == DialogResult.OK)
{
//设置路径
string fullPath = openFileDialog.FileName;//全部路径
//添加图层
MapControl.LoadMxFile(fullPath);
//刷新底图
MapControl.Refresh();
}
MessageBox.Show("文件加载成功", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
边栏推荐
猜你喜欢
亿流量大考(1):日增上亿数据,把MySQL直接搞宕机了...
戳Web3的神话?戳到铁板。
How to choose a reliable and formal training institution for the exam in September?
[ 漏洞复现篇 ] yapi 代码执行 getshell 漏洞复现详解
控制bean的加载
pyspark---encode the suuid interval (based on the number of exposures and clicks)
Fortify白盒神器20.1.1下载及安装(非百度网盘)
伦敦银现货市场如何使用多条均线?
PostMan使用,访问路径@RequestMapping
分布式数据库数据一致性的原理、与技术实现方案
随机推荐
【着色器实现HandDrawn简笔画抖动效果_Shader效果第十二篇】
Shell运维开发基础(一)
tolower函数
Qt5开发从入门到精通——第二篇(控件篇)
(十五)51单片机——呼吸灯与直流电机调速(PWM)
【图像边缘检测】基于matlab灰度图像的积累加权边缘检测【含Matlab源码 2010期】
解读 refresh 十二步骤
数仓埋点体系与归因实践
千万级别的表分页查询非常慢,怎么办?
mysqlbinlog: unknown variable 'default-character-set=utf8'
测试用例设计方法之因果图详解
如何像用自来水一样使用数据库?|腾讯云数据库TDSQL-C
VR全景市场拓展技巧之“拓客宝典”
mysql系统变量与状态变量
LeetCode 264:丑数
day12---接口和协议
五、《图解HTTP》报文首部和HTTP缓存
2022下半年软考「高项&集成」复习计划ta来喽~
Postman will return to results generated CSV file to the local interface
pt-online-schema-change工具使用的一次