文件名称:Geohash.SpatialIndex:由地理哈希和特里地图支持的空间索引
文件大小:18.34MB
文件格式:ZIP
更新时间:2024-04-27 22:42:01
C#
Geohash.SpatialIndex
由geohashing和Trie(前缀树)地图支持的空间索引。 几何被编码为哈希,并存储在前缀树中,并且反向查询通过对查询的几何进行编码并将前缀树用作反向查询索引来执行。 可以使用precision参数调整索引大小。 可以通过实现IGeohasher和/或IGeohashTrieMap
【文件预览】:
Geohash.SpatialIndex-main
----.gitignore(6KB)
----README.md(2KB)
----LICENSE(1KB)
----src()
--------Geohash.SpatialIndex.Tests()
--------Geohash.SpatialIndex.Relations()
--------Geohash.SpatialIndex.sln(2KB)
--------Geohash.SpatialIndex.Core()