实施Google Mercator(球形墨卡托)

时间:2011-01-26 07:54:03

标签: java projection openstreetmap map-projections mercator

我想在我的应用程序中使用 Spherical Mercator 算法将lat / lon点投影到2D平面。
球形墨卡托也称为 Google Mercator EPSG-900913 EPSG-3785

有几个页面如何通过OpenLayers库在JavaScript中使用它,但我不使用JavaScript。

documentation in OpenLayers根本没有帮助我,所以我想请求帮助如何用Java实现Google Mercator。

1 个答案:

答案 0 :(得分:1)

您可以使用库将表单WGS84(lon / lat)转换为Mercator: 用于Java,例如。 geotools或proj4j

如果你想自己实现它: 维基百科上的文章非常有用:http://en.wikipedia.org/wiki/Mercator_projection