@ProviderType
public interface GeometryCollectionShapeBuilder
Modifier and Type | Method and Description |
---|---|
GeometryCollectionShapeBuilder |
addCoordinate(Coordinate coordinate) |
GeometryCollectionShapeBuilder |
addShape(Shape shape) |
GeometryCollectionShape |
build() |
GeometryCollectionShapeBuilder |
coordinates(Coordinate... coordinates) |
GeometryCollectionShapeBuilder |
coordinates(java.util.List<Coordinate> coordinates) |
GeometryCollectionShapeBuilder |
shapes(Shape... shapes) |
GeometryCollectionShapeBuilder addCoordinate(Coordinate coordinate)
GeometryCollectionShapeBuilder addShape(Shape shape)
GeometryCollectionShape build()
GeometryCollectionShapeBuilder coordinates(Coordinate... coordinates)
GeometryCollectionShapeBuilder coordinates(java.util.List<Coordinate> coordinates)
GeometryCollectionShapeBuilder shapes(Shape... shapes)