MultiLineStringBuilder

Builder for constructing MultiLineString objects using a DSL.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

An optional BoundingBox for this MultiLineString.

Link copied to clipboard

Members not defined by RFC 7946.

Functions

Link copied to clipboard
fun add(lineString: LineString)

Adds a LineString to this MultiLineString.

Link copied to clipboard

Adds a LineString to a MultiLineStringBuilder using a DSL.

Link copied to clipboard

Builds the MultiLineString from the configured values.