摘要: 前端: 查看验收项目 后端:using System;using System.Collections.Ge... 阅读全文
posted @ 2015-03-26 14:29 毛小亮 阅读(694) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/myparamita/archive/2012/02/15/2352182.html 阅读全文
posted @ 2015-03-23 23:40 毛小亮 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 首先需要添加两个引用:using ESRI.ArcGIS.GISClient;using ESRI.ArcGIS.DataSourcesRaster; /// /// arcgis engine 调用arcgis server服务 /// ... 阅读全文
posted @ 2015-03-16 09:31 毛小亮 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 根据属性提取要素(利用GP)http://blog.csdn.net/ewyetc/article/details/6746728 阅读全文
posted @ 2015-03-12 09:27 毛小亮 阅读(134) 评论(0) 推荐(0) 编辑
摘要: public static void OperateMapDoc(AxMapControl axMapC,string path, string strOperateType) { try { ///... 阅读全文
posted @ 2015-03-10 11:09 毛小亮 阅读(259) 评论(0) 推荐(0) 编辑
摘要: if (openMxdDialog.ShowDialog() == DialogResult.OK) { pathMXD = openMxdDialog.FileName; if (pa... 阅读全文
posted @ 2015-03-10 11:07 毛小亮 阅读(288) 评论(0) 推荐(0) 编辑
摘要: 联合查询效率较高.以下例子来说明联合查询的好处t1表结构(用户名,密码) userid int username varchar(20) password varchar(20) 1 jack jackpwd 2 owen owenpwdt3表结构(用户积分,等级) userid int jf in... 阅读全文
posted @ 2015-03-10 09:33 毛小亮 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 常见的接口有如下关系IworkspaceFactory-------------->IworkSpace------------------>IfeatureWorkSpace---------------->IFeatrueClass------------->IFeature()||||||If... 阅读全文
posted @ 2015-03-04 16:51 毛小亮 阅读(795) 评论(0) 推荐(0) 编辑
摘要: public override void OnMouseDown(int Button, int Shift, int X, int Y) { // TODO: Add Cut.OnMouseDown implementation ... 阅读全文
posted @ 2015-03-03 17:13 毛小亮 阅读(1538) 评论(0) 推荐(1) 编辑
摘要: 使用IMap接口显示各种数据源的数据。IMap接口的成员ActiveGraphicsLayer:活动图形图层,如果没有将创建一个基本memory graphics layer。AddLayer:向地图中添加单个图层。AddLayers:向地图中添加多个图层。AddMapSurround:向地图中添加... 阅读全文
posted @ 2015-03-03 14:33 毛小亮 阅读(868) 评论(0) 推荐(0) 编辑