java 地理信息系统库

发布于 2024-08-24 03:52:10 字数 1539 浏览 3 评论 0原文

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

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

发布评论

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

评论(5

画中仙 2024-08-31 03:52:10

我自己没有使用过它 - 但您可以先看看 GeoTools:

http://www.geotools。 org/

示例应用程序教程:http://www.ibm.com/developerworks/opensource/library/os-kmlservice/index.html?ca=drs-

I haven't used it myself - but you might start by taking a look at GeoTools:

http://www.geotools.org/

Sample app tutorial: http://www.ibm.com/developerworks/opensource/library/os-kmlservice/index.html?ca=drs-

待"谢繁草 2024-08-31 03:52:10

Java Topology Suite 是 2D 空间操作的一个不错的选择。
http://www.vividsolutions.com/jts/jtshome.htm

Java Topology Suite is a good option for 2D spatial operations.
http://www.vividsolutions.com/jts/jtshome.htm

森末i 2024-08-31 03:52:10

Esri 在开源 apache 许可证下发布了我们的 Java 几何引擎。

https://github.com/Esri/geometry-api-java

它应该涵盖大部分您需要的(如果不是全部)几何操作。

Esri released our Java Geometry engine under the open-source apache license.

https://github.com/Esri/geometry-api-java

It should cover most, if not all, of the geometry operations that you need.

我也只是我 2024-08-31 03:52:10

还有 Geotoolkit - 缩写为 Geotk

Geotk 是 GeoAPI 3.0 接口的参考实现。
...
Geotk 提供地理数据和相关数据的数据结构
元数据以及操作这些数据结构的方法。

There is also Geotoolkit - abridged as Geotk

Geotk is the reference implementation of GeoAPI 3.0 interfaces.
...
Geotk provides data structures for geographic data and associated
metadata along with methods to manipulate those data structures.

看春风乍起 2024-08-31 03:52:10

gdal for java 使用 swig

http://www.gdal.org/

gdal 是一个用于光栅和矢量地理空间数据格式,由开源地理空间基金会根据 X/MIT 风格的开源许可证发布。作为一个库,它向调用应用程序提供所有支持格式的单个栅格抽象数据模型和单个矢量抽象数据模型。它还附带了各种有用的命令行实用程序,用于数据转换和处理。新闻页面介绍了 2017 年 1 月的 GDAL/OGR 2.1.3 版本。

gdal for java using swig

http://www.gdal.org/

gdal is a translator library for raster and vector geospatial data formats that is released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and single vector abstract data model to the calling application for all supported formats. It also comes with a variety of useful command line utilities for data translation and processing. The NEWS page describes the January 2017 GDAL/OGR 2.1.3 release.

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