Uses of Class
org.apache.lucene.geo.EdgeTree
Packages that use EdgeTree
-
Uses of EdgeTree in org.apache.lucene.geo
Fields in org.apache.lucene.geo declared as EdgeTreeModifier and TypeFieldDescription(package private) EdgeTree
EdgeTree.left
left child edge, or null(package private) EdgeTree
EdgeTree.right
right child edge, or nullprivate final EdgeTree
Line2D.tree
lines represented as a 2-d interval tree.(package private) final EdgeTree
Polygon2D.tree
Edges of the polygon represented as a 2-d interval tree.Methods in org.apache.lucene.geo that return EdgeTreeModifier and TypeMethodDescription(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 EdgeTreeModifier and TypeMethodDescriptionprivate static EdgeTree
EdgeTree.createTree
(EdgeTree[] edges, int low, int high) Creates tree from sorted edges (with range low and high inclusive)