会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
毛小亮
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
下一页
2015年3月26日
WinForm-GridView
摘要: 前端: 查看验收项目 后端:using System;using System.Collections.Ge...
阅读全文
posted @ 2015-03-26 14:29 毛小亮
阅读(721)
评论(0)
推荐(0)
2015年3月23日
arcengine 常用方法
摘要: http://www.cnblogs.com/myparamita/archive/2012/02/15/2352182.html
阅读全文
posted @ 2015-03-23 23:40 毛小亮
阅读(141)
评论(0)
推荐(0)
2015年3月16日
arcgis engine 调用arcgis server服务
摘要: 首先需要添加两个引用:using ESRI.ArcGIS.GISClient;using ESRI.ArcGIS.DataSourcesRaster; /// /// arcgis engine 调用arcgis server服务 /// ...
阅读全文
posted @ 2015-03-16 09:31 毛小亮
阅读(519)
评论(0)
推荐(0)
2015年3月12日
ae
摘要: 根据属性提取要素(利用GP)http://blog.csdn.net/ewyetc/article/details/6746728
阅读全文
posted @ 2015-03-12 09:27 毛小亮
阅读(140)
评论(0)
推荐(0)
2015年3月10日
ae保存图层
摘要: public static void OperateMapDoc(AxMapControl axMapC,string path, string strOperateType) { try { ///...
阅读全文
posted @ 2015-03-10 11:09 毛小亮
阅读(281)
评论(0)
推荐(0)
ae 打开地图文档
摘要: if (openMxdDialog.ShowDialog() == DialogResult.OK) { pathMXD = openMxdDialog.FileName; if (pa...
阅读全文
posted @ 2015-03-10 11:07 毛小亮
阅读(293)
评论(0)
推荐(0)
sql联合查询
摘要: 联合查询效率较高.以下例子来说明联合查询的好处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 毛小亮
阅读(138)
评论(0)
推荐(0)
2015年3月4日
AE常见接口之间的关系(较笼统)+arcgis常见概念
摘要: 常见的接口有如下关系IworkspaceFactory-------------->IworkSpace------------------>IfeatureWorkSpace---------------->IFeatrueClass------------->IFeature()||||||If...
阅读全文
posted @ 2015-03-04 16:51 毛小亮
阅读(827)
评论(0)
推荐(0)
2015年3月3日
Arcgis Engine 切割图斑(ITool)
摘要: public override void OnMouseDown(int Button, int Shift, int X, int Y) { // TODO: Add Cut.OnMouseDown implementation ...
阅读全文
posted @ 2015-03-03 17:13 毛小亮
阅读(1605)
评论(0)
推荐(1)
ae IMap接口成员
摘要: 使用IMap接口显示各种数据源的数据。IMap接口的成员ActiveGraphicsLayer:活动图形图层,如果没有将创建一个基本memory graphics layer。AddLayer:向地图中添加单个图层。AddLayers:向地图中添加多个图层。AddMapSurround:向地图中添加...
阅读全文
posted @ 2015-03-03 14:33 毛小亮
阅读(902)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告