如何使用 GeoTools/ProJ.4(或其他 api)将坐标从 HK80 GRID 转换为纬度/经度?
如何将一组 hk80 网格转换为纬度/经度?
HK 1980 网格是 EPSG 2326,而纬度/经度 WGS84 是 EPSG 4326
或者是否有更适合这样做
how to convert a set of hk80 grid to lat/lon?
HK 1980 Grid is EPSG 2326, while Lat/Long WGS84 is EPSG 4326
Or is there any is more suitible for doing this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我希望下面的代码可以帮助你。我需要使用 GeoTools 来实现你的目的。另外,您需要为 epsg 2326 插入相关的北距和东距。但是,我仍然无法解决异常问题。为了正确使用此代码,您需要下载并导入除 gt-epsg-postgresql 之外的所有 GeoTools jar。
I hope that the following code can help you. I need to use GeoTools to achieve your purpose. Also, you need to insert the relevant northing and easting for epsg 2326. However, I still cannot solve the exception problem yet. In order to use this code properly, you need to download and import all GeoTools jars besides gt-epsg-postgresql.