Namespace Lucene.Net.Spatial.Prefix.Tree
The Spatial Prefix package supports spatial indexing by index-time tokens where adding characters to a string gives greater resolution.
Potential Implementations include:
Classes
Cell
Represents a grid cell. These are not necessarily thread-safe, although new Cell("") (world cell) must be.
GeohashPrefixTree
A Spatial
GeohashPrefixTree.Factory
Factory for creating Geohash
QuadPrefixTree
A Spatial
QuadPrefixTree.Factory
Factory for creating Quad
SpatialPrefixTree
A spatial Prefix Tree, or Trie, which decomposes shapes into prefixed strings at variable lengths corresponding to variable precision.
SpatialPrefixTreeFactory
Abstract Factory for creating Spatial