摘要:
这些天在整北京54到WGS84的坐标转换的问题,需要批量的把北京54的坐标转为wgs84的坐标,试验了多种方法均为凑效,终于在最后让我实验成功了一种方法。先贴源码。private IPoint PRJtoGCS(double x, double y) { IPoint pPoint = new PointClass(); pPoint.PutCoords(x, y); ISpatialReferenceFactory pSRF = new SpatialReferenceEnvironmentClass(); pPoint.SpatialReference = pSRF.Create... 阅读全文
posted @ 2011-10-21 23:03 yushff 阅读(3396) 评论(4) 推荐(1)
浙公网安备 33010602011771号