Releases: codingmiao/neo4j-rtree
Releases · codingmiao/neo4j-rtree
v2.0.0 n-dimension
重新构建v2.0版,支持n维空间
v1.4.2 bugfix
修复bigshape缓存无效问题
修复多线程下查询wkb解析报错问题
v1.4.0 bigshape
精细对象的快速空间分析工具bigshape
v1.3.0 cache
增加了一个lru的缓存来存储geometry对象,减少堆外wkb->堆内wkb->geometry的转换耗时
v1.2.3 bug fix
修复了queryByStripGeometryIntersects放回错误geometry的问题
v1.2,2 queryByStripGeometryIntersects
狭长geometry相交查询性能优化
对于狭长的geometry,例如一条斜跨全范围的对角线,bbox过滤几乎无效,故增加一个queryByStripGeometryIntersects来提高性能
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>neo4j-rtree</artifactId>
<version>1.2.2</version>
</dependency>
v1.2 query and dist
1.2版本趋于稳定,包含空间查询和最邻近搜索两个模块
maven依赖
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>neo4j-rtree</artifactId>
<version>1.2</version>
</dependency>