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) EdgeTreeEdgeTree. leftleft child edge, or null(package private) EdgeTreeEdgeTree. rightright child edge, or nullprivate EdgeTreeLine2D. treelines represented as a 2-d interval tree.(package private) EdgeTreePolygon2D. treeEdges 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 EdgeTreeEdgeTree. createTree(double[] x, double[] y)Creates an edge interval tree from a set of geometry vertices.private static EdgeTreeEdgeTree. 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 EdgeTreeEdgeTree. createTree(EdgeTree[] edges, int low, int high)Creates tree from sorted edges (with range low and high inclusive)
-