基本信息
源码名称:gis算法实现
源码大小:2.43M
文件格式:.zip
开发语言:C#
更新时间:2021-12-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
gis算法实现

.
├── okbase.net
│   └── zxx
│       ├── GIA2
│       │   ├── Backup
│       │   │   ├── CoorTransform
│       │   │   │   ├── CoorTransform.csproj
│       │   │   │   ├── CoorTransform_T.cs
│       │   │   │   └── Properties
│       │   │   │       └── AssemblyInfo.cs
│       │   │   ├── GIA2
│       │   │   │   ├── Circle_T.cs
│       │   │   │   ├── DouglasForm.Designer.cs
│       │   │   │   ├── DouglasForm.cs
│       │   │   │   ├── DouglasForm.resx
│       │   │   │   ├── Form1.Designer.cs
│       │   │   │   ├── Form1.cs
│       │   │   │   ├── Form1.resx
│       │   │   │   ├── GIA2.csproj
│       │   │   │   ├── HibertForm.Designer.cs
│       │   │   │   ├── HibertForm.cs
│       │   │   │   ├── HibertForm.resx
│       │   │   │   ├── Map_T.cs
│       │   │   │   ├── PixelPosition_T.cs
│       │   │   │   ├── Program.cs
│       │   │   │   ├── Properties
│       │   │   │   │   ├── AssemblyInfo.cs
│       │   │   │   │   ├── Resources.Designer.cs
│       │   │   │   │   ├── Resources.resx
│       │   │   │   │   ├── Settings.Designer.cs
│       │   │   │   │   └── Settings.settings
│       │   │   │   ├── Raster_T.cs
│       │   │   │   ├── ScanSeedFill.Designer.cs
│       │   │   │   ├── ScanSeedFill.cs
│       │   │   │   ├── ScanSeedFill.resx
│       │   │   │   ├── Tin.cs
│       │   │   │   ├── VectorLine.cs
│       │   │   │   ├── ZForm.Designer.cs
│       │   │   │   ├── ZForm.cs
│       │   │   │   ├── ZForm.resx
│       │   │   │   ├── huanchongqu.Designer.cs
│       │   │   │   ├── huanchongqu.cs
│       │   │   │   └── huanchongqu.resx
│       │   │   ├── GIA2.sln
│       │   │   ├── GIA2.v11.suo
│       │   │   └── Geometry
│       │   │       ├── ClassDiagram2.cd
│       │   │       ├── Envelope.cs
│       │   │       ├── Geometry.csproj
│       │   │       ├── Geometry_T.cs
│       │   │       ├── Line_T.cs
│       │   │       ├── Path_T.cs
│       │   │       ├── Point_T.cs
│       │   │       ├── Properties
│       │   │       │   └── AssemblyInfo.cs
│       │   │       └── Ring_T.cs
│       │   ├── CoorTransform
│       │   │   ├── CoorTransform.csproj
│       │   │   ├── CoorTransform_T.cs
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── CoorTransform.dll
│       │   │   │       ├── CoorTransform.pdb
│       │   │   │       ├── Geometry.dll
│       │   │   │       └── Geometry.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── CoorTransform.csproj.FileListAbsolute.txt
│       │   │           ├── CoorTransform.csprojResolveAssemblyReference.cache
│       │   │           ├── CoorTransform.dll
│       │   │           ├── CoorTransform.pdb
│       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │           ├── Refactor
│       │   │           │   └── CoorTransform.dll
│       │   │           ├── ResolveAssemblyReference.cache
│       │   │           └── TempPE
│       │   ├── GIA2
│       │   │   ├── Circle_T.cs
│       │   │   ├── DouglasForm.Designer.cs
│       │   │   ├── DouglasForm.cs
│       │   │   ├── DouglasForm.resx
│       │   │   ├── Form1.Designer.cs
│       │   │   ├── Form1.cs
│       │   │   ├── Form1.resx
│       │   │   ├── GIA2.csproj
│       │   │   ├── HibertForm.Designer.cs
│       │   │   ├── HibertForm.cs
│       │   │   ├── HibertForm.resx
│       │   │   ├── Map_T.cs
│       │   │   ├── PixelPosition_T.cs
│       │   │   ├── Program.cs
│       │   │   ├── Properties
│       │   │   │   ├── AssemblyInfo.cs
│       │   │   │   ├── Resources.Designer.cs
│       │   │   │   ├── Resources.resx
│       │   │   │   ├── Settings.Designer.cs
│       │   │   │   └── Settings.settings
│       │   │   ├── Raster_T.cs
│       │   │   ├── ScanSeedFill.Designer.cs
│       │   │   ├── ScanSeedFill.cs
│       │   │   ├── ScanSeedFill.resx
│       │   │   ├── Tin.cs
│       │   │   ├── VectorLine.cs
│       │   │   ├── ZForm.Designer.cs
│       │   │   ├── ZForm.cs
│       │   │   ├── ZForm.resx
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── CoorTransform.dll
│       │   │   │       ├── CoorTransform.pdb
│       │   │   │       ├── GIA2.exe
│       │   │   │       ├── GIA2.pdb
│       │   │   │       ├── GIA2.vshost.exe
│       │   │   │       ├── GIA2.vshost.exe.manifest
│       │   │   │       ├── Geometry.dll
│       │   │   │       └── Geometry.pdb
│       │   │   ├── huanchongqu.Designer.cs
│       │   │   ├── huanchongqu.cs
│       │   │   ├── huanchongqu.resx
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── DesignTimeResolveAssemblyReferences.cache
│       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │           ├── GIA2.DouglasForm.resources
│       │   │           ├── GIA2.Form1.resources
│       │   │           ├── GIA2.HibertForm.resources
│       │   │           ├── GIA2.Properties.Resources.resources
│       │   │           ├── GIA2.ScanSeedFill.resources
│       │   │           ├── GIA2.ZForm.resources
│       │   │           ├── GIA2.csproj.FileListAbsolute.txt
│       │   │           ├── GIA2.csproj.GenerateResource.Cache
│       │   │           ├── GIA2.csprojResolveAssemblyReference.cache
│       │   │           ├── GIA2.exe
│       │   │           ├── GIA2.huanchongqu.resources
│       │   │           ├── GIA2.pdb
│       │   │           └── TempPE
│       │   │               └── Properties.Resources.Designer.cs.dll
│       │   ├── GIA2.sln
│       │   ├── GIA2.suo
│       │   ├── GIA2.v11.suo
│       │   ├── Geometry
│       │   │   ├── ClassDiagram1.cd
│       │   │   ├── ClassDiagram2.cd
│       │   │   ├── Envelope.cs
│       │   │   ├── Geometry.csproj
│       │   │   ├── Geometry_T.cs
│       │   │   ├── Line_T.cs
│       │   │   ├── Path_T.cs
│       │   │   ├── Point_T.cs
│       │   │   ├── Properties
│       │   │   │   └── AssemblyInfo.cs
│       │   │   ├── Ring_T.cs
│       │   │   ├── bin
│       │   │   │   └── Debug
│       │   │   │       ├── Geometry.dll
│       │   │   │       └── Geometry.pdb
│       │   │   └── obj
│       │   │       └── Debug
│       │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │   │           ├── Geometry.csproj.FileListAbsolute.txt
│       │   │           ├── Geometry.csprojResolveAssemblyReference.cache
│       │   │           ├── Geometry.dll
│       │   │           ├── Geometry.pdb
│       │   │           ├── Refactor
│       │   │           │   └── Geometry.dll
│       │   │           └── TempPE
│       │   ├── H曲线.jpg
│       │   ├── UpgradeLog.XML
│       │   ├── UpgradeLog.htm
│       │   ├── Z曲线.jpg
│       │   ├── _UpgradeReport_Files
│       │   │   ├── UpgradeReport.css
│       │   │   ├── UpgradeReport.xslt
│       │   │   ├── UpgradeReport_Error.png
│       │   │   ├── UpgradeReport_Information.png
│       │   │   ├── UpgradeReport_Success.png
│       │   │   └── UpgradeReport_Warning.png
│       │   ├── 框选点.JPG
│       │   ├── 求多边形面积.jpg
│       │   └── 道格拉斯压缩.jpg
│       ├── ~$系统说明文档.doc
│       └── 系统说明文档.doc
└── 好例子网_okbase.net.zip

34 directories, 150 files