使用地理区域/点查询数据库
我对数据库中的 GIS 概念不熟悉,正在寻找一种解决方案,使我能够执行以下操作: - 将多边形区域存储在记录字段中 - 存储地理点。这些点将包含纬度和经度坐标 (GPS)。 - 查询数据库中多边形与给定点相交的所有记录。 - 查询数据库中的所有记录,其点与给定区域相交
有建议吗?
谢谢,
Fbr
I'm new to the concept of GIS in databases and am looking for a solution that allows me to do the following:
- store polygon areas in a record field
- Store geographical points. These points will contain latitude and longitude coordinates (GPS).
- query database for all records, whose polygons intersect with a given point.
- query database for all records, whose points intersect with a given area
Any recommendations?
thanks,
Fbr
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有关不同空间的更多信息此处数据库和此处了解空间数据库
More information here on different spatial databases and here on learning about spatial databases