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