Skip to content

v1.2,2 queryByStripGeometryIntersects

Choose a tag to compare

@codingmiao codingmiao released this 21 Jul 07:26
· 43 commits to master since this release

狭长geometry相交查询性能优化

对于狭长的geometry,例如一条斜跨全范围的对角线,bbox过滤几乎无效,故增加一个queryByStripGeometryIntersects来提高性能

<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>neo4j-rtree</artifactId>
    <version>1.2.2</version>
</dependency>