| Package | Description |
|---|---|
| org.apache.lucene.spatial3d.geom |
Shapes implemented using 3D planar geometry.
|
| Modifier and Type | Field and Description |
|---|---|
List<? extends GeoPolygonFactory.PolygonDescription> |
GeoPolygonFactory.PolygonDescription.holes
The list of holes
|
| Modifier and Type | Method and Description |
|---|---|
static GeoPolygon |
GeoPolygonFactory.makeLargeGeoPolygon(PlanetModel planetModel,
List<GeoPolygonFactory.PolygonDescription> shapesList)
Create a large GeoPolygon.
|
| Constructor and Description |
|---|
PolygonDescription(List<? extends GeoPoint> points,
List<? extends GeoPolygonFactory.PolygonDescription> holes)
Instantiate the polygon description.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.