Uses of Class
org.apache.lucene.geo.EdgeTree
-
Packages that use EdgeTree Package Description org.apache.lucene.geo Geospatial Utility Implementations for Lucene Core -
-
Uses of EdgeTree in org.apache.lucene.geo
Fields in org.apache.lucene.geo declared as EdgeTree Modifier and Type Field Description (package private) EdgeTree
EdgeTree. left
left child edge, or null(package private) EdgeTree
EdgeTree. right
right child edge, or nullprivate EdgeTree
Line2D. tree
lines represented as a 2-d interval tree.(package private) EdgeTree
Polygon2D. tree
Edges of the polygon represented as a 2-d interval tree.Methods in org.apache.lucene.geo that return EdgeTree Modifier and Type Method Description (package private) static EdgeTree
EdgeTree. createTree(double[] x, double[] y)
Creates an edge interval tree from a set of geometry vertices.private static EdgeTree
EdgeTree. createTree(EdgeTree[] edges, int low, int high)
Creates tree from sorted edges (with range low and high inclusive)Methods in org.apache.lucene.geo with parameters of type EdgeTree Modifier and Type Method Description private static EdgeTree
EdgeTree. createTree(EdgeTree[] edges, int low, int high)
Creates tree from sorted edges (with range low and high inclusive)
-