资源简介
用arcengine9.2+c#实现了克里金插值,适合初学者使用,代码有较详细的注释
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using ESRI.ArcGIS.Controls;
using ESRI.ArcGIS.Carto;
using ESRI.ArcGIS.Geodatabase;
using ESRI.ArcGIS.DataSourcesFile;
using ESRI.ArcGIS.Geometry;
using ESRI.ArcGIS.GeoAnalyst;
using ESRI.ArcGIS.DataSourcesRaster;
using ESRI.ArcGIS.esriSystem;
namespace KrigeInterpolation
{
public partial class KrigeInterpolation : Form
{
#region----------------参数定义----------------
IFeaturelayer m_pFeaturelayer;
IMapControl2 m_pMapControl;
#endregion
#region----------------构造函数----------------
public KrigeInterpolation(IMapControl2 pMapControl)
{
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 943 2010-10-21 15:03 KrigeInterpolation\KrigeInterpolation.sln
..A..H. 19968 2010-10-21 22:18 KrigeInterpolation\KrigeInterpolation.suo
文件 11575 2010-10-21 22:13 KrigeInterpolation\KrigeInterpolation\KrigeInterpolation.cs
文件 5983 2010-10-21 20:26 KrigeInterpolation\KrigeInterpolation\KrigeInterpolation.csproj
文件 11803 2010-10-21 22:13 KrigeInterpolation\KrigeInterpolation\KrigeInterpolation.Designer.cs
文件 5814 2010-10-21 22:13 KrigeInterpolation\KrigeInterpolation\KrigeInterpolation.resx
文件 490 2010-10-21 15:58 KrigeInterpolation\KrigeInterpolation\Program.cs
文件 1208 2010-10-21 15:03 KrigeInterpolation\KrigeInterpolation\Properties\AssemblyInfo.cs
文件 2890 2010-10-21 15:03 KrigeInterpolation\KrigeInterpolation\Properties\Resources.Designer.cs
文件 5612 2010-10-21 15:03 KrigeInterpolation\KrigeInterpolation\Properties\Resources.resx
文件 1101 2010-10-21 15:03 KrigeInterpolation\KrigeInterpolation\Properties\Settings.Designer.cs
文件 249 2010-10-21 15:03 KrigeInterpolation\KrigeInterpolation\Properties\Settings.settings
文件 561 2010-10-21 22:14 KrigeInterpolation\KrigeInterpolation\obj\KrigeInterpolation.csproj.FileList.txt
文件 8704 2010-10-21 16:42 KrigeInterpolation\KrigeInterpolation\obj\Debug\AxInterop.AcroPDFLib.dll
文件 10240 2010-10-21 16:42 KrigeInterpolation\KrigeInterpolation\obj\Debug\Interop.AcroPDFLib.dll
文件 855 2010-10-21 22:13 KrigeInterpolation\KrigeInterpolation\obj\Debug\KrigeInterpolation.csproj.GenerateResource.Cache
文件 528 2010-10-21 16:42 KrigeInterpolation\KrigeInterpolation\obj\Debug\KrigeInterpolation.csproj.ResolveComReference.cache
文件 28672 2010-10-21 22:13 KrigeInterpolation\KrigeInterpolation\obj\Debug\KrigeInterpolation.exe
文件 180 2010-10-21 22:13 KrigeInterpolation\KrigeInterpolation\obj\Debug\KrigeInterpolation.KrigeInterpolation.resources
文件 28160 2010-10-21 22:13 KrigeInterpolation\KrigeInterpolation\obj\Debug\KrigeInterpolation.pdb
文件 180 2010-10-21 16:44 KrigeInterpolation\KrigeInterpolation\obj\Debug\KrigeInterpolation.Properties.Resources.resources
文件 112510 2010-10-21 16:45 KrigeInterpolation\KrigeInterpolation\obj\Debug\ResolveAssemblyReference.cache
文件 8704 2010-10-21 16:42 KrigeInterpolation\KrigeInterpolation\bin\Debug\AxInterop.AcroPDFLib.dll
文件 10240 2010-10-21 16:42 KrigeInterpolation\KrigeInterpolation\bin\Debug\Interop.AcroPDFLib.dll
文件 28672 2010-10-21 22:13 KrigeInterpolation\KrigeInterpolation\bin\Debug\KrigeInterpolation.exe
文件 28160 2010-10-21 22:13 KrigeInterpolation\KrigeInterpolation\bin\Debug\KrigeInterpolation.pdb
文件 5632 2005-11-11 22:25 KrigeInterpolation\KrigeInterpolation\bin\Debug\KrigeInterpolation.vshost.exe
目录 0 2010-10-22 09:53 KrigeInterpolation\KrigeInterpolation\obj\Debug\TempPE
目录 0 2010-10-22 09:53 KrigeInterpolation\KrigeInterpolation\obj\Debug\Refactor
目录 0 2010-10-22 09:53 KrigeInterpolation\KrigeInterpolation\obj\Debug
............此处省略9个文件信息
相关资源
- dwg2shp cad格式转shp格式
- AE-OpenTalbe C#和ArcEngine 编译的小程序
- FeatureEdit
- ArcEngineGIS 基于ArcEngine的三维GIS演示系
- Draw165129
- SceneVisulization 类似office2007的界面风格
- VISUAL-CSharp-ARCENGINE 一个很详细的GIS开
- Arcgis ArcEngine开发的三维系统
- Symbol ArcEngine矢量图层符号化示例
- test6 arcengine做的专题图功能
- C#+ArcGEngine:Shp矢量点转Tin
- 基于VC#和AE(ARCENGINE)开发的综合地理
- c# arcengine 二次开发 查询系统
- 直接聚类法进行点的聚类
- 基于C#与ArcEngine的栅格插值方法
- ArcEngine插值方法,C#开发案例文件
- Arcengine连接数据库
-
webmapla
yer - C#不用ArcEngine,生成Shp文件 源码
- ArcEngine专题图源码(含测试数据)
评论
共有 条评论