Package | Description |
---|---|
org.apache.lucene.geo |
Geospatial Utility Implementations for Lucene Core
|
Modifier and Type | Field and Description |
---|---|
private Polygon2D |
Polygon2D.holes
tree of holes, or null
|
private Polygon2D |
Polygon2D.left |
private Polygon2D |
Polygon2D.right |
Modifier and Type | Method and Description |
---|---|
static Polygon2D |
Polygon2D.create(Polygon... polygons)
Builds a Polygon2D from multipolygon
|
private static Polygon2D |
Polygon2D.createTree(Polygon2D[] components,
int low,
int high,
boolean splitX)
Creates tree from sorted components (with range low and high inclusive)
|
Modifier and Type | Method and Description |
---|---|
private static Polygon2D |
Polygon2D.createTree(Polygon2D[] components,
int low,
int high,
boolean splitX)
Creates tree from sorted components (with range low and high inclusive)
|
Constructor and Description |
---|
Polygon2D(Polygon polygon,
Polygon2D holes) |