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






圣殿GIS

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

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

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 阅读(980) 评论(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)