• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






圣殿GIS

在GIS的国都里,我们自由的飞翔,用另外一个角度去认知和感受我们的世界。大家在转载本人文章时,请注明:圣殿GIS 和原文的出处!
 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 17 18 19 20 21 22 23 24 25 下一页

2007年7月21日

给程序添加启动画面(C#.net )
摘要: 如果程序在装载时需要进行较长时间的处理,最好使用启动画面,一方面美化程序,一方面可以不使用户面对着一片空白的程序界面。我手头上一个小项目主界面启动时需要检查用户文件及运行环境是否有效,需要一段时间处理,因此想到要添加一个启动画面,在网上搜了一阵,发现下面两个方案:1、用C#给程序加启动画面并只允许一个应用程序实例运行http://www.zahui.com/html/14/36790.htm2、H... 阅读全文
posted @ 2007-07-21 22:45 圣殿GIS 阅读(2053) 评论(0) 推荐(0)
 
Here's a C# example thats adds the circle as a graphic element on the mapcontrol.
摘要: //C# private void axMapControl1_OnMouseDown(object sender, IMapControlEvents2_OnMouseDownEvent e) { if (e.button == 2) { IRubberBand rubberband = new RubberCircleClass(); IGeometry geometry = rubberba... 阅读全文
posted @ 2007-07-21 09:17 圣殿GIS 阅读(779) 评论(0) 推荐(0)
 
Here's an example that shows how to enumerate through the features of a selection set, returning the value of each field in the attribute table except for the geometry colum.
摘要: //C# private void SelectFeatures(IGeometry selectionShape, IFeatureLayer layer) { IFeatureClass featureClass = layer.FeatureClass; ISpatialFilter filter = new SpatialFilterClass(); filter.Geometry = s... 阅读全文
posted @ 2007-07-21 08:56 圣殿GIS 阅读(750) 评论(1) 推荐(0)
 

2007年7月20日

How to convert to other formats (shapefiles)
摘要: How to convert to other formats (shapefiles) SummaryThis article shows how to use the IFeatureDataConverter interface to load ... 阅读全文
posted @ 2007-07-20 21:42 圣殿GIS 阅读(979) 评论(1) 推荐(0)
 
How to convert simple data to a geodatabase
摘要: How to convert simple data to a geodatabase SummaryThe article shows how to use the IFeatureDataConverter interface to load si... 阅读全文
posted @ 2007-07-20 21:40 圣殿GIS 阅读(1168) 评论(2) 推荐(0)
 
How to convert a raster dataset to a JPEG2000 raster dataset
摘要: SummaryThis article shows how to convert a raster dataset to a JPEG2000 file with a specified quality. Development licensing Deployment licensing ... 阅读全文
posted @ 2007-07-20 21:38 圣殿GIS 阅读(804) 评论(1) 推荐(0)
 
C#+AE9.1编写的获取某一字段唯一值
摘要: 1 /**//// 2 /// 得到要素类某字段的唯一值3 /// 4 /// 要素类5 /// 指定要得到唯一值的字段6 /// 唯一值字符数据7 public static string[] GetUniqueValue(IFeatureClass pFeatureClass,string str... 阅读全文
posted @ 2007-07-20 21:15 圣殿GIS 阅读(1230) 评论(0) 推荐(0)
 
将自己写的类库也带上智能感应效果
摘要: 比如:/// /// 实现接口定义的构造/// /// 数据库连接字符串public OleDbDataProvider(string connectionString){this._connectionString = String.Format( "Provider = Microsoft.Jet.OLEDB.4.0; Data Source = {0};", Function.GetReal... 阅读全文
posted @ 2007-07-20 11:59 圣殿GIS 阅读(716) 评论(3) 推荐(0)
 

2007年7月12日

如何去掉Arcgis engine 的过期的授权信息
摘要: C:\Program Files\ESRI\License\sysgen下面有一个keycodes用记事本打开 ,找到并删除过期的信息 阅读全文
posted @ 2007-07-12 09:04 圣殿GIS 阅读(1624) 评论(1) 推荐(0)
 

2007年7月1日

ae9.2中加载显示cad文件
摘要: 在论坛中有很多人提到ae9.2中不能加载显示cad,本人细心研究了一下,ae9.1和ae9.2加载cad的方式有点不同,现把代码贡献出来,共大家参考(本人已测试过,可用) private void OpenCadFile() { //设置workspace IWorkspaceFactory pWorkspaceFact=new ... 阅读全文
posted @ 2007-07-01 09:31 圣殿GIS 阅读(1445) 评论(3) 推荐(0)
 
上一页 1 ··· 17 18 19 20 21 22 23 24 25 下一页