在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 基于C#开发的迷你GIS系统

基于C#开发的迷你GIS系统

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.21M
  • 下载次数:15
  • 浏览次数:292
  • 发布时间:2021-02-22
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
基于C#开发的迷你GIS系统,实现了GIS的常用基本功能
【实例截图】
【核心代码】
d1419fd5-2269-4318-9faa-0a575a1085cf
└── egis_src_3_4
├── EasyGISDesktop.sln
├── EasyGISDesktop.suo
├── EasyGISWeb.sln
├── EasyGISWeb.suo
├── EGIS.Controls
│   ├── EGIS.Controls.csproj
│   ├── egis.snk
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   └── Resources.resx
│   ├── SFMap.cs
│   ├── SFMap.Designer.cs
│   ├── SFMap.resx
│   ├── ShapeFileListControl.cs
│   ├── ShapeFileListControl.Designer.cs
│   └── ShapeFileListControl.resx
├── EGIS.ShapeFileLib
│   ├── CustomRenderSettingsUtil.cs
│   ├── DbfWriter.cs
│   ├── EGIS.ShapeFileLib.csproj
│   ├── egis.snk
│   ├── gdipluslib.dll
│   ├── ICustomRenderSettings.cs
│   ├── MapProjectionCreator.cs
│   ├── NavFunctions.cs
│   ├── PointD.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── QuadTree.cs
│   ├── RectangleD.cs
│   ├── RenderSettings.cs
│   ├── ShapeFile.cs
│   ├── ShapeFileWriter.cs
│   ├── SizeDConverter.cs
│   ├── SizeD.cs
│   ├── TestCustomRenderSettings.cs
│   └── TileUtil.cs
├── egis.snk
├── egis.web.controls
│   ├── ajax-loader2.gif
│   ├── ajax-loader4.gif
│   ├── egis_script2.js
│   ├── egis_script.js
│   ├── egis.snk
│   ├── EGIS.Web.Controls.csproj
│   ├── globe.gif
│   ├── globe.pdn
│   ├── globesfm.png
│   ├── globetsfm.gif
│   ├── globetsfm.png
│   ├── grab_cursor.cur
│   ├── grab_cursor.gif
│   ├── ISFMap.cs
│   ├── MapPanControl.cs
│   ├── pand.gif
│   ├── panl.gif
│   ├── panr.gif
│   ├── panu.gif
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── QuantileCustomRenderSettings.cs
│   ├── SFMapControlTypeConverter.cs
│   ├── SFMap.cs
│   ├── TiledMapHandler.cs
│   ├── TiledSFMap.cs
│   ├── tooltip.png
│   ├── yahoo-min.js
│   ├── zoomin.gif
│   └── zoomout.gif
├── gpl-license.txt
├── lgpl-license.txt
├── ShapeFileTools
│   ├── about-48x48.png
│   ├── about.bmp
│   ├── AboutForm.cs
│   ├── AboutForm.Designer.cs
│   ├── AboutForm.resx
│   ├── add_24.png
│   ├── add_32.png
│   ├── ambulance.gif
│   ├── app.config
│   ├── arrow-back_32.png
│   ├── arrow-down_16.png
│   ├── arrow-down_24.png
│   ├── arrow-down_32.png
│   ├── arrow-forward_24.png
│   ├── arrow-forward_32.png
│   ├── arrow-up_16.png
│   ├── arrow-up_24.png
│   ├── arrow-up_32.png
│   ├── delete_16.png
│   ├── delete_24.png
│   ├── documents_32.png
│   ├── easygis.ico
│   ├── egis.csproj
│   ├── egis.snk
│   ├── folder-open_32.png
│   ├── globe.bmp
│   ├── help32.png
│   ├── LicenceAgreementForm.cs
│   ├── LicenceAgreementForm.Designer.cs
│   ├── LicenceAgreementForm.resx
│   ├── MainForm.cs
│   ├── MainForm.Designer.cs
│   ├── MainForm.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── RecordAttributesForm.cs
│   ├── RecordAttributesForm.Designer.cs
│   ├── RecordAttributesForm.resx
│   ├── save_32.png
│   ├── zoom_full32.png
│   ├── zoom_in32.png
│   └── zoom_out32.png
├── version.txt
└── WebTest
├── Default.aspx
├── Default.aspx.cs
├── Default.aspx.designer.cs
├── demos
│   ├── BingMapsTest2.html
│   ├── BingMapsTest.html
│   ├── Demo1.aspx
│   ├── Demo1.aspx.cs
│   ├── Demo1.aspx.designer.cs
│   ├── demo2.egp
│   ├── demo2_files
│   │   ├── j5505_builtupareas.dbf
│   │   ├── j5505_builtupareas.shp
│   │   ├── j5505_builtupareas.shx
│   │   ├── j5505_cultivatedareas.dbf
│   │   ├── j5505_cultivatedareas.shp
│   │   ├── j5505_cultivatedareas.shx
│   │   ├── j5505_damwalls.dbf
│   │   ├── j5505_damwalls.shp
│   │   ├── j5505_damwalls.shx
│   │   ├── j5505_flats.dbf
│   │   ├── j5505_flats.shp
│   │   ├── j5505_flats.shx
│   │   ├── j5505_foreshoreflats.dbf
│   │   ├── j5505_foreshoreflats.shp
│   │   ├── j5505_foreshoreflats.shx
│   │   ├── j5505_lakes.dbf
│   │   ├── j5505_lakes.shp
│   │   ├── j5505_lakes.shx
│   │   ├── j5505_mainlands.dbf
│   │   ├── j5505_mainlands.shp
│   │   ├── j5505_mainlands.shx
│   │   ├── j5505_nativevegetationareas.dbf
│   │   ├── j5505_nativevegetationareas.shp
│   │   ├── j5505_nativevegetationareas.shx
│   │   ├── j5505_railways.dbf
│   │   ├── j5505_railways.shp
│   │   ├── j5505_railways.shx
│   │   ├── j5505_railwaystoppoints.dbf
│   │   ├── j5505_railwaystoppoints.shp
│   │   ├── j5505_railwaystoppoints.shx
│   │   ├── j5505_recreationareas.dbf
│   │   ├── j5505_recreationareas.shp
│   │   ├── j5505_recreationareas.shx
│   │   ├── j5505_reserves.dbf
│   │   ├── j5505_reserves.shp
│   │   ├── j5505_reserves.shx
│   │   ├── j5505_reservoirs.dbf
│   │   ├── j5505_reservoirs.shp
│   │   ├── j5505_reservoirs.shx
│   │   ├── j5505_roads.dbf
│   │   ├── j5505_roads.shp
│   │   ├── j5505_roads.shx
│   │   ├── j5505_seas.dbf
│   │   ├── j5505_seas.shp
│   │   ├── j5505_seas.shx
│   │   ├── j5505_watercourseareas.dbf
│   │   ├── j5505_watercourseareas.shp
│   │   ├── j5505_watercourseareas.shx
│   │   ├── j5505_watercourselines.dbf
│   │   ├── j5505_watercourselines.shp
│   │   └── j5505_watercourselines.shx
│   ├── Demo3.aspx
│   ├── Demo3.aspx.cs
│   ├── Demo3.aspx.designer.cs
│   ├── egis.lic
│   ├── EGPExampleMapHandler.ashx
│   ├── EGPExampleMapHandler.ashx.cs
│   ├── EGPMapTileHandler.ashx
│   ├── EGPMapTileHandler.ashx.cs
│   ├── ExampleMapHandler.ashx
│   ├── ExampleMapHandler.ashx.cs
│   ├── GoogleMapsTest.html
│   ├── loadtile.gif
│   ├── TileDemo1.aspx
│   ├── TileDemo1.aspx.cs
│   ├── TileDemo1.aspx.designer.cs
│   ├── TileDemo2.aspx
│   ├── TileDemo2.aspx.cs
│   ├── TileDemo2.aspx.designer.cs
│   ├── us_demo.egp
│   ├── us_demo_files
│   │   ├── cities.dbf
│   │   ├── cities.shp
│   │   ├── cities.shx
│   │   ├── counties.dbf
│   │   ├── counties.shp
│   │   ├── counties.shx
│   │   ├── lakes.dbf
│   │   ├── lakes.shp
│   │   ├── lakes.shx
│   │   ├── states.dbf
│   │   ├── states.shp
│   │   └── states.shx
│   └── zoomin.png
├── Properties
│   └── AssemblyInfo.cs
├── Web.config
├── WebTest.csproj
└── WebTest.csproj.user

14 directories, 209 files

标签:

实例下载地址

基于C#开发的迷你GIS系统

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警