登录
首页 » c# » 利用arcmap显示地图和鹰眼图

利用arcmap显示地图和鹰眼图

于 2022-05-06 发布 文件大小:4.26 kB
0 48
下载积分: 2 下载次数: 1

代码说明:

利用arcmap显示地图和鹰眼地图,需要arcengine控件。首先利用C#创建form窗体项目,再将工具箱中的ArcGis Windows Forms里面的ArcmapControl拖入到屏幕的form中需要License Control才可一是用ArcmapControl。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 4353534
    说明:  AVR单片机做的数字示波表的双机通信程序,可以实现双机见SPI通信,M16做的(AVR microcontroller to do the Dual Digital Oscilloscope communication program, you can achieve double see SPI communication, M16 do)
    2011-02-25 22:26:24下载
    积分:1
  • 自己写的一个XML文件,运行中包含的基本上是常用的一种…
    自己写的XML文件的操作,基本上包含了常用的方法-himself wrote the XML file, the operation contains basically a commonly used method
    2023-03-07 05:15:03下载
    积分:1
  • danchun
    这是一个解单纯形表的软件,矩阵的输入和结果的输出均在dos里实现,偶尔会有闪退,请耐心使用(This is a software solution simplex table, output matrix input and results are implemented in dos, the occasional flash back, please use patience)
    2015-12-19 15:32:55下载
    积分:1
  • C# 是行提交方式插入、删除、更新数据库记录
    C# 是行提交方式插入、删除、更新数据库记录,本实例小程序主要演示了以行提交方式插入数据库记录、以行提交方式修改数据库记录、以行提交方式删除数据库记录、使用带有列值的Update()方法修改记录、使用带有列值的Delete()方法删除记录、使用带有列值的Insert()方法插入记录,对应的各个功能核心代码如下:   private void button2_Click(object sender, EventArgs e)   {//以行提交方式修改数据库记录(首先以添加新数据源方式新增NorthwindDataSet)    NorthwindDataSet.ShippersRow MyRow;    MyRow = this.northwindDataSet.Shippers.FindByShipperID(1);    MyRow.Phone = "13996060872";    this.shippersTableAdapter.Update(this.northwindDataSet.Shippers);   }      private void button4_Click(object sender, EventArgs e)   {//使用带有列值的Update()方法修改记录    NorthwindDataSetTableAdapters.ShippersTableAdapter MyAdapter =    new MyForm.NorthwindDataSetTableAdapters.ShippersTableAdapter();    MyAdapter.Update("Speedy Express", "13036371686", 1, "Speedy Express", "13996060872");    this.shippersTableAdapter.Fill(this.northwindDataSet.Shippers);   }   private void button3_Click(object sender, EventArgs e)   {//以行提交方式删除数据库记录(首先以添加新数据源方式新增NorthwindDataSet)    Northwi
    2023-02-24 10:00:04下载
    积分:1
  • c#窗体的浮动及隐藏
    c#窗体的浮动及隐藏
    2015-05-08下载
    积分:1
  • AD0809
    AD0809的功能启动,描述了如何启动AD0809的数模转换功能,并且在旁边加油注释(The AD0809 s function is activated, and describes how to start the AD0809 digital to analog conversion function, and next to the fuel comment)
    2012-04-29 15:12:40下载
    积分:1
  • theone我的第一个设计可以联网的游戏
    【实例简介】
    2021-09-15 00:30:58下载
    积分:1
  • stm32工程xxx
    关于电子设计大赛的样板,可以作为起始工程文件(temple,this is a temple for design)
    2020-06-23 07:20:02下载
    积分:1
  • GTK学生成绩管理系统
    本代码是在linux环境下,利用C语言、GTK+、数据库等工具,实现学生成绩的基本管理
    2022-05-23 14:48:01下载
    积分:1
  • ApplicationStack
    1.进一步掌握栈的基本操作的实现。 2.掌握栈在算术表达式的计算方面的应用。 (1. Further understand the basic operation of the stack implementation. 2. Control stack in the calculation of arithmetic expression applications.)
    2009-11-12 22:08:04下载
    积分:1
  • 696518资源总数
  • 104326会员总数
  • 25今日下载