MultiPolygonBuilder

Builder for constructing MultiPolygon objects using a DSL.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

An optional BoundingBox for this MultiPolygon.

Link copied to clipboard

Members not defined by RFC 7946.

Functions

Link copied to clipboard
fun add(polygon: Polygon)

Adds a Polygon to this MultiPolygon.

Link copied to clipboard
inline fun MultiPolygonBuilder.addPolygon(builderAction: PolygonBuilder.() -> Unit)

Adds a Polygon to a MultiPolygonBuilder using a DSL.

Link copied to clipboard

Builds the MultiPolygon from the configured values.