如上图,获取相邻多边形,希望给出个思路,谢谢了
------解决方案--------------------
利用各个边的包含关系应该能处理吧
------解决方案--------------------
intersect by bounding box first to narrow down the candidates, then use whatever geometry algorithm you can find to determine the relationship between the candidates and the target.