用于简单GIS计算的java api

发布于 2024-08-12 03:13:47 字数 252 浏览 10 评论 0原文

我正在尝试在基于 java servlet 的 web 应用程序的服务器端部分开发一些简单的位置逻辑。

我感兴趣的实际上只有两个操作:

  1. 给定起点(纬度/经度)s1、距离 d 和搜索点(也是纬度/经度)s2,确定 s2 是否在 d 距离内s1。

  2. 给定两个点(纬度/经度),确定它们之间的距离。

有人推荐一个支持这些操作的简单java API吗?

谢谢!

I am trying to develop some simple location logic in the server-side portion of a java servlet-based webapp.

There are really just two operations that I'm interested in:

  1. Given a start point (lat/long) s1, distance d, and search point (also lat/long) s2, determine if the s2 is within d distance from s1.

  2. Given two points (lat/long), determine the distance between them.

Does anyone have recommendations of a simple java API that supports these operations?

Thanks!

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

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

发布评论

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

评论(1

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