| 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.makeGeoPolygon(PlanetModel planetModel,
GeoPolygonFactory.PolygonDescription description)
Create a GeoPolygon using the specified points and holes, using order to determine
siding of the polygon.
|
static GeoPolygon |
GeoPolygonFactory.makeGeoPolygon(PlanetModel planetModel,
GeoPolygonFactory.PolygonDescription description,
double leniencyValue)
Create a GeoPolygon using the specified points and holes, using order to determine
siding of the polygon.
|
| 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-2024 Apache Software Foundation. All Rights Reserved.