Uses of Class
org.apache.lucene.geo.ComponentTree
-
Packages that use ComponentTree Package Description org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of ComponentTree in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return ComponentTree Modifier and Type Method Description private static ComponentTree
ComponentTree. createTree(Component2D[] components, int low, int high, boolean splitX)
Creates tree from sorted components (with range low and high inclusive)
-