11 2014 档案

摘要:1 //经纬度转墨卡托 2 public Vector2D lonLat2Mercator(Vector2D lonLat) 3 { 4 Vector2D mercator = new Vector2D(); 5 double x = lonLat.X * 20037508.34 / 180; 6 阅读全文
posted @ 2014-11-20 10:09 94cool 阅读(31283) 评论(6) 推荐(0)
摘要:from:http://blog.sina.com.cn/s/blog_7a7c06fd0101fn8a.htmlArcGIS 关于Web_Mercator#小知识#EPSG,即EuropeanPetroleumStandardsGroup欧洲石油标准组织在ArcGIS10中WebMercator有... 阅读全文
posted @ 2014-11-20 09:43 94cool 阅读(3979) 评论(0) 推荐(0)
摘要:问题:string shpDir = Path.GetDirectoryName(shpfile); string shpfilename = Path.GetFileName(shpfile); IWorkspaceFactory wsFactory = new Shapefi... 阅读全文
posted @ 2014-11-20 08:30 94cool 阅读(392) 评论(0) 推荐(0)
摘要:from:http://blog.csdn.net/mengdong_zy/article/details/8990593问题在ArcEngine开发的时候,在编译时,发现出现这样的错误,出错的地方在实例化一个对象的时候。比如:ISpatialReference a = new UnknownCoo... 阅读全文
posted @ 2014-11-17 10:18 94cool 阅读(368) 评论(0) 推荐(0)
摘要:问题:在64位机器上了64位的oracle客户端。然后装上PL/SQL Developer,但是连接oracle老报这个错:Initialization error SQL*Net not properly installedOracleHomeKey: OracleHomeDir:方法:1、... 阅读全文
posted @ 2014-11-14 14:21 94cool 阅读(1317) 评论(0) 推荐(0)