@ProviderType
public interface PolygonShapeBuilder
Modifier and Type | Method and Description |
---|---|
PolygonShapeBuilder |
addCoordinate(Coordinate coordinate) |
PolygonShapeBuilder |
addHole(LineStringShape lineStringShape) |
PolygonShape |
build() |
PolygonShapeBuilder |
coordinates(Coordinate... coordinates) |
PolygonShapeBuilder |
coordinates(java.util.List<Coordinate> coordinates) |
PolygonShapeBuilder |
holes(LineStringShape... lineStringShapes) |
PolygonShapeBuilder |
orientation(Orientation orientation) |
PolygonShapeBuilder |
shell(LineStringShape shell) |
PolygonShapeBuilder addCoordinate(Coordinate coordinate)
PolygonShapeBuilder addHole(LineStringShape lineStringShape)
PolygonShape build()
PolygonShapeBuilder coordinates(Coordinate... coordinates)
PolygonShapeBuilder coordinates(java.util.List<Coordinate> coordinates)
PolygonShapeBuilder holes(LineStringShape... lineStringShapes)
PolygonShapeBuilder orientation(Orientation orientation)
PolygonShapeBuilder shell(LineStringShape shell)