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.
我需要帮助
或想要一种搜索技术来搜索此地图中的一个点(经纬度)并使其属于多边形,但不是通过搜索所有多边形
我尝试了所有,OpenJump-源代码,GeoTools,....
在 GeoTools 中,您可以按照样式教程向您展示如何显示您的 shapefile。如果不至少检查每个多边形的边界框,就无法在多边形搜索中执行一个点,但 GeoTools Query Lab将向您介绍设置查询的基础知识(如果您的 shapefile 具有空间索引,那么它将足够快)。