public class MultiPolygonBuilder extends Object
IMultiPolygon
instances.| Modifier and Type | Method and Description |
|---|---|
IMultiPolygon |
build()
Creates the multi-polygon constructed by this builder instance.
|
IPolygonBuilder<MultiPolygonBuilder> |
withPolygon()
Returns a polygon builder to assist with the construction of a new
member polygon.
|
public IPolygonBuilder<MultiPolygonBuilder> withPolygon()
build() method on the returned builder
is called, the new polygon will be added to the multi-polygon instance
constructed by this builder.public IMultiPolygon build()