Uses of Package
org.apache.lucene.spatial.prefix.tree
-
Packages that use org.apache.lucene.spatial.prefix.tree Package Description org.apache.lucene.spatial.prefix org.apache.lucene.spatial.prefix.tree -
Classes in org.apache.lucene.spatial.prefix.tree used by org.apache.lucene.spatial.prefix Class Description Cell Represents a grid cell.CellIterator An Iterator of SpatialPrefixTree Cells.SpatialPrefixTree A spatial Prefix Tree, or Trie, which decomposes shapes into prefixed strings at variable lengths corresponding to variable precision. -
Classes in org.apache.lucene.spatial.prefix.tree used by org.apache.lucene.spatial.prefix.tree Class Description Cell Represents a grid cell.CellCanPrune Grid cells that share nothing with other cells when callingCell.getNextLevelCells(Shape)might implement this interface.CellIterator An Iterator of SpatialPrefixTree Cells.LegacyCell The base for the original two SPT's: Geohash and Quad.PackedQuadPrefixTree.PackedQuadCell See binary representation in the javadocs ofPackedQuadPrefixTree.QuadPrefixTree ASpatialPrefixTreewhich uses a quad tree in which an indexed term will be generated for each cell, 'A', 'B', 'C', 'D'.QuadPrefixTree.Factory Factory for creatingQuadPrefixTreeinstances with useful defaultsQuadPrefixTree.QuadCell S2ShapeFactory Shape factory for Spatial contexts that support S2 geometry.SpatialPrefixTree A spatial Prefix Tree, or Trie, which decomposes shapes into prefixed strings at variable lengths corresponding to variable precision.SpatialPrefixTreeFactory Abstract Factory for creatingSpatialPrefixTreeinstances with useful defaults and passed on configurations defined in a Map.