@ProviderType
public interface MultiPolygonShapeBuilder
Modifier and Type | Method and Description |
---|---|
MultiPolygonShapeBuilder |
addCoordinate(Coordinate coordinate) |
MultiPolygonShapeBuilder |
addPolygonShape(PolygonShape polygonShape) |
MultiPolygonShape |
build() |
MultiPolygonShapeBuilder |
coordinates(Coordinate... coordinates) |
MultiPolygonShapeBuilder |
coordinates(java.util.List<Coordinate> coordinates) |
MultiPolygonShapeBuilder |
orientation(Orientation orientation) |
MultiPolygonShapeBuilder |
polygonShapes(PolygonShape... polygonShapeBuilders) |
MultiPolygonShapeBuilder addCoordinate(Coordinate coordinate)
MultiPolygonShapeBuilder addPolygonShape(PolygonShape polygonShape)
MultiPolygonShape build()
MultiPolygonShapeBuilder coordinates(Coordinate... coordinates)
MultiPolygonShapeBuilder coordinates(java.util.List<Coordinate> coordinates)
MultiPolygonShapeBuilder orientation(Orientation orientation)
MultiPolygonShapeBuilder polygonShapes(PolygonShape... polygonShapeBuilders)