Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试找到将我的 epsg:32632 坐标转换为米的解决方案。epsg:32632 坐标如下:13.39453125、58.34765625。
有谁知道我怎么能在java中做到这一点?
谢谢,
战神
您将需要查看其中一个地理工具包。GeoTools (geotools.org) 可能会做这件事。您需要做的是在上面的 SRID 中创建一个线几何图形,然后将其转换为另一个或多或少与您的球体等匹配但具有米单位的 SRID。