在JAVA中将EPSG:32632坐标转换为米

发布于 2024-11-05 13:53:15 字数 134 浏览 1 评论 0原文

我正在尝试找到将 epsg:32632 坐标转换为米的解决方案。 epsg:32632 坐标如下:13.39453125、58.34765625。

有谁知道我怎样才能在java中做到这一点?

谢谢,

阿瑞斯

I'm trying to find a solution to convert my epsg:32632 coordinates into meters.
epsg:32632 coordinates look like: 13.39453125, 58.34765625.

Does anyone know how can i do this in java?

Thanks,

Ares

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悲念泪 2024-11-12 13:53:15

您将需要查看其中一个地理工具包。 GeoTools (geotools.org) 可能可以做到这一点。您需要做的是在上面的 SRID 中创建一个线几何图形,然后将其转换为另一个或多或少与您的球体等匹配但单位为米的 SRID。

You're going to need to look at one of the geo toolkits out there. GeoTools (geotools.org) may have something to do this. What you're going to need to do is create a line geometry in the SRID you have above, then convert it to another SRID that more or less matches your spheroid etc but has a unit of meters.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文