【发布时间】:2016-01-28 16:59:44
【问题描述】:
我一直在尝试使用 JCoord 和 GeoTools 将 Easting 和 Northing 值转换为 lat/lon。问题是我使用相同的 Easting & Northing 为每个图书馆得到不同的结果。
我使用的代码是本问题中提供的主要答案和 GeoTools 答案中提供的代码。 convert latitude and longitude to northing and easting in java?
我使用的东线是:393339
我使用的北向是:806179
Jcoord 提供的坐标是 (57.14645296506957, -2.111698674790966)
GeoTools 提供的坐标是 [57.146449494619105, 2.111714868502565]
他们似乎在第 4 位附近失去了准确性,我想知道哪个是正确的??
谢谢
【问题讨论】:
标签: coordinates latitude-longitude geotools