public static interface ShapeFactory.PolygonBuilder extends ShapeFactory.PointsBuilder<ShapeFactory.PolygonBuilder>
ShapeFactory.polygon()| Modifier and Type | Interface and Description |
|---|---|
static interface |
ShapeFactory.PolygonBuilder.HoleBuilder |
| Modifier and Type | Method and Description |
|---|---|
Shape |
build()
Builds the polygon and renders this builder instance invalid.
|
Shape |
buildOrRect() |
ShapeFactory.PolygonBuilder.HoleBuilder |
hole()
Starts a new hole.
|
pointXY, pointXYZShapeFactory.PolygonBuilder.HoleBuilder hole()
ShapeFactory.PolygonBuilder.HoleBuilder.endHole()!Shape build()
Shape buildOrRect()
Copyright © 2025 LocationTech. All rights reserved.