Package | Description |
---|---|
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
Modifier and Type | Field and Description |
---|---|
(package private) Polygon2D.Edge |
Polygon2D.Edge.left
left child edge, or null
|
(package private) Polygon2D.Edge |
Polygon2D.Edge.right
right child edge, or null
|
private Polygon2D.Edge |
Polygon2D.tree
root node of edge tree
|
Modifier and Type | Method and Description |
---|---|
private static Polygon2D.Edge |
Polygon2D.createTree(double[] polyLats,
double[] polyLons)
Creates an edge interval tree from a set of polygon vertices.
|
private static Polygon2D.Edge |
Polygon2D.createTree(Polygon2D.Edge[] edges,
int low,
int high)
Creates tree from sorted edges (with range low and high inclusive)
|
Modifier and Type | Method and Description |
---|---|
private static Polygon2D.Edge |
Polygon2D.createTree(Polygon2D.Edge[] edges,
int low,
int high)
Creates tree from sorted edges (with range low and high inclusive)
|