【转】Arcengine经纬度转米
摘要:
投影转经纬度 private IPoint PRJtoGCS( double x, double y) { IPoint pPoint = new PointClass(); pPoint.PutCoords(x, y); ISpatialReferenceFactory pSRF = new SpatialReferenceEnvironmentClass(); ... 阅读全文
posted @ 2018-07-17 11:51 听,风声 阅读(584) 评论(0) 推荐(0)