Uses of Package
org.apache.lucene.spatial.prefix.tree

Packages that use org.apache.lucene.spatial.prefix.tree
org.apache.lucene.spatial.prefix Prefix Tree Strategy 
org.apache.lucene.spatial.prefix.tree The Spatial Prefix package supports spatial indexing by index-time tokens where adding characters to a string gives greater resolution. 
 

Classes in org.apache.lucene.spatial.prefix.tree used by org.apache.lucene.spatial.prefix
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
Node
          Represents a grid cell.
SpatialPrefixTree
          A Spatial Prefix Tree, or Trie, which decomposes shapes into prefixed strings at variable lengths corresponding to variable precision.
SpatialPrefixTreeFactory
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.