Package | Description |
---|---|
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
Modifier and Type | Field and Description |
---|---|
(package private) EdgeTree |
EdgeTree.left
left child edge, or null
|
(package private) EdgeTree |
EdgeTree.right
right child edge, or null
|
(package private) EdgeTree |
Polygon2D.tree
Edges of the polygon represented as a 2-d interval tree.
|
private EdgeTree |
Line2D.tree
lines represented as a 2-d interval tree.
|
Modifier and Type | Method and Description |
---|---|
protected 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)
|
Modifier and Type | Method and Description |
---|---|
private static EdgeTree |
EdgeTree.createTree(EdgeTree[] edges,
int low,
int high)
Creates tree from sorted edges (with range low and high inclusive)
|