标签: c# gis sharpmap
我们的程序将地址坐标存储为纬度经度(类似于51.215630827; 6.7760496559)。我想使用SharpMap库绘制一些感兴趣的地图图像。
我想,这些库有一些方法可以将一个坐标系转换为另一个坐标系。有人可以帮助我,如何在不重新发明轮子的情况下以最佳方式转换坐标?
答案 0 :(得分:0)
检查以下示例 https://github.com/SharpMap/SharpMap/blob/Branches/1.0/Examples/ExampleCodeSnippets/ProjectionExamples.cs
或
https://github.com/SharpMap/SharpMap/issues/97
您还可以使用NetTopologySuite来将几何转换为不同的坐标系(https://github.com/NetTopologySuite/NetTopologySuite)