public static class GeoPolygonFactory.PolygonDescription
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.List<? extends GeoPolygonFactory.PolygonDescription> |
holes
The list of holes
|
java.util.List<? extends GeoPoint> |
points
The list of points
|
Constructor and Description |
---|
PolygonDescription(java.util.List<? extends GeoPoint> points)
Instantiate the polygon description.
|
PolygonDescription(java.util.List<? extends GeoPoint> points,
java.util.List<? extends GeoPolygonFactory.PolygonDescription> holes)
Instantiate the polygon description.
|
public final java.util.List<? extends GeoPoint> points
public final java.util.List<? extends GeoPolygonFactory.PolygonDescription> holes
public PolygonDescription(java.util.List<? extends GeoPoint> points)
points
- is the list of points.public PolygonDescription(java.util.List<? extends GeoPoint> points, java.util.List<? extends GeoPolygonFactory.PolygonDescription> holes)
points
- is the list of points.holes
- is the list of holes.Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.