Interface PolygonShapeBuilder
@ProviderType
public interface PolygonShapeBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaddCoordinate(Coordinate coordinate) addHole(LineStringShape lineStringShape) build()coordinates(Coordinate... coordinates) coordinates(List<Coordinate> coordinates) holes(LineStringShape... lineStringShapes) orientation(Orientation orientation) shell(LineStringShape shell)
-
Method Details
-
addCoordinate
-
addHole
-
build
PolygonShape build() -
coordinates
-
coordinates
-
holes
-
orientation
-
shell
-