v1.2,2 queryByStripGeometryIntersects
狭长geometry相交查询性能优化
对于狭长的geometry,例如一条斜跨全范围的对角线,bbox过滤几乎无效,故增加一个queryByStripGeometryIntersects来提高性能
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>neo4j-rtree</artifactId>
<version>1.2.2</version>
</dependency>