实例介绍
网站上能用的excel to shp的综合,我也根据这个完善了我所编的软件。
【实例截图】
【核心代码】
16359647704889753042.rar
└── excel to shp
├── %28ArcGIS%29-Excel中XY点数据生成点Shape文件方法和如何导出shp点坐标.pdf
├── ExcelToLayer
│ ├── ExcelToLayer
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── NetWorkDatamanger.exe
│ │ │ │ ├── NetWorkDatamanger.exe.config
│ │ │ │ ├── NetWorkDatamanger.pdb
│ │ │ │ ├── NetWorkDatamanger.vshost.exe
│ │ │ │ ├── NetWorkDatamanger.vshost.exe.config
│ │ │ │ └── NetWorkDatamanger.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── CreateShpFileBaseOnExcel.cs
│ │ ├── CreateShpFileBaseOnExcel.Designer.cs
│ │ ├── CreateShpFileBaseOnExcel.resx
│ │ ├── ExcelToLayer.csproj
│ │ ├── ExcelToLayer.csproj.user
│ │ ├── MainForm.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.resx
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ExcelToLayer.csproj.FileListAbsolute.txt
│ │ │ ├── GenerateResource.read.1.tlog
│ │ │ ├── GenerateResource.write.1.tlog
│ │ │ ├── NetWorkDatamanger.CreateShpFileBaseOnExcel.resources
│ │ │ ├── NetWorkDatamanger.csproj.FileListAbsolute.txt
│ │ │ ├── NetWorkDatamanger.exe
│ │ │ ├── NetWorkDatamanger.MainForm.resources
│ │ │ ├── NetWorkDatamanger.pdb
│ │ │ ├── NetWorkDatamanger.Properties.Resources.resources
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ExcelToLayer.sln
│ ├── ExcelToLayer.suo
│ └── NetWorkDatamanger.suo
├── ExcelToLayer.rar
├── Excel表格建立Shp文件.pdf
├── readshp
│ ├── Backup
│ │ ├── readshp
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── readshp.csproj
│ │ ├── readshp.sln
│ │ └── readshp.suo
│ ├── readshp
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── line.txt
│ │ │ │ ├── point.txt
│ │ │ │ ├── polygon.txt
│ │ │ │ ├── readshp.exe
│ │ │ │ ├── readshp.pdb
│ │ │ │ ├── readshp.vshost.exe
│ │ │ │ └── readshp.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── readshp.csproj.FileListAbsolute.txt
│ │ │ ├── readshp.csproj.GenerateResource.Cache
│ │ │ ├── readshp.exe
│ │ │ ├── readshp.Form1.resources
│ │ │ ├── readshp.pdb
│ │ │ ├── readshp.Properties.Resources.resources
│ │ │ ├── Refactor
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── readshp.csproj
│ ├── readshp.sln
│ ├── readshp.suo
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── readshp.rar
├── ShpFileOpration.cs
├── XYtoShp
│ ├── Backup
│ │ ├── XYtoShp
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── XYtoShp.csproj
│ │ ├── XYtoShp.sln
│ │ └── XYtoShp.suo
│ ├── open.jpg
│ ├── SharpMap.dll
│ ├── SharpMap.UI.dll
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── XYtoShp
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Microsoft.Office.Interop.Excel.dll
│ │ │ │ ├── Microsoft.Vbe.Interop.dll
│ │ │ │ ├── office.dll
│ │ │ │ ├── SharpMap.UI.dll
│ │ │ │ ├── XYtoShp.exe
│ │ │ │ ├── XYtoShp.pdb
│ │ │ │ ├── XYtoShp.vshost.exe
│ │ │ │ └── XYtoShp.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.read.4.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── XYtoShp.csproj.FileListAbsolute.txt
│ │ │ ├── XYtoShp.csproj.GenerateResource.Cache
│ │ │ ├── XYtoShp.exe
│ │ │ ├── XYtoShp.Form1.resources
│ │ │ ├── XYtoShp.pdb
│ │ │ └── XYtoShp.Properties.Resources.resources
│ │ ├── open.jpg
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── XYtoShp
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Microsoft.Office.Interop.Excel.dll
│ │ │ │ ├── Microsoft.Vbe.Interop.dll
│ │ │ │ ├── office.dll
│ │ │ │ ├── XYtoShp.exe
│ │ │ │ ├── XYtoShp.pdb
│ │ │ │ ├── XYtoShp.vshost.exe
│ │ │ │ └── XYtoShp.vshost.exe.manifest
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── obj
│ │ │ │ └── Debug
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── TempPE
│ │ │ │ ├── XYtoShp.csproj.FileListAbsolute.txt
│ │ │ │ ├── XYtoShp.csproj.GenerateResource.Cache
│ │ │ │ ├── XYtoShp.exe
│ │ │ │ ├── XYtoShp.Form1.resources
│ │ │ │ ├── XYtoShp.pdb
│ │ │ │ └── XYtoShp.Properties.Resources.resources
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── XYtoShp.csproj
│ │ ├── XYtoShp.csproj
│ │ ├── XYtoShp.csproj.user
│ │ ├── XYtoShp.sln
│ │ └── XYtoShp.suo
│ ├── XYtoShp.sln
│ └── XYtoShp.suo
├── XYtoShp.rar
├── 坐标序列文件
│ ├── new大地坐标序列.txt
│ ├── schema.ini
│ ├── 土地样例.xls
│ ├── 坐标序列3带.txt
│ ├── 坐标序列6带.txt
│ ├── 复合投影3带坐标序列.txt
│ ├── 大地坐标.txt
│ ├── 度分秒坐标.txt
│ ├── 昌宏路.xls
│ ├── 经纬度坐标序列1.txt
│ ├── 经纬度坐标序列.txt
│ └── 经纬度复合图形.txt
├── 根据经纬度生成shp
│ ├── Backup
│ │ ├── 根据经纬度生成shp
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── frmSpatialReference.cs
│ │ │ ├── frmSpatialReference.designer.cs
│ │ │ ├── frmSpatialReference.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── 根据经纬度生成shp.csproj
│ │ ├── 根据经纬度生成shp.sln
│ │ └── 根据经纬度生成shp.suo
│ ├── UpgradeLog.XML
│ ├── _UpgradeReport_Files
│ │ ├── UpgradeReport.css
│ │ ├── UpgradeReport_Minus.gif
│ │ ├── UpgradeReport_Plus.gif
│ │ └── UpgradeReport.xslt
│ ├── 根据经纬度生成shp
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── DevExpress.Data.v8.3.dll
│ │ │ │ ├── DevExpress.Data.v8.3.xml
│ │ │ │ ├── DevExpress.Utils.v8.3.dll
│ │ │ │ ├── DevExpress.Utils.v8.3.xml
│ │ │ │ ├── DevExpress.XtraEditors.v8.3.dll
│ │ │ │ ├── DevExpress.XtraEditors.v8.3.xml
│ │ │ │ ├── 根据经纬度生成shp.exe
│ │ │ │ ├── 根据经纬度生成shp.pdb
│ │ │ │ ├── 根据经纬度生成shp.vshost.exe
│ │ │ │ └── 根据经纬度生成shp.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── Form1.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.resx
│ │ ├── frmSpatialReference.cs
│ │ ├── frmSpatialReference.designer.cs
│ │ ├── frmSpatialReference.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── AddXYData.frmSpatialReference.resources
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 根据经纬度生成shp.csproj.FileListAbsolute.txt
│ │ │ ├── 根据经纬度生成shp.csproj.GenerateResource.Cache
│ │ │ ├── 根据经纬度生成shp.exe
│ │ │ ├── 根据经纬度生成shp.Form1.resources
│ │ │ ├── 根据经纬度生成shp.pdb
│ │ │ └── 根据经纬度生成shp.Properties.Resources.resources
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── 根据经纬度生成shp.csproj
│ │ └── 根据经纬度生成shp.csproj.user
│ ├── 根据经纬度生成shp.sln
│ └── 根据经纬度生成shp.suo
└── 根据经纬度生成shp.rar
60 directories, 241 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论