MultiLineStringDsl

class MultiLineStringDsl(coordinates: MutableList<List<Position>> = mutableListOf()) : GeometryDsl<MultiLineString>

Constructors

Link copied to clipboard
constructor(coordinates: MutableList<List<Position>> = mutableListOf())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun create(): MultiLineString
Link copied to clipboard
inline fun lineString(block: LineStringDsl.() -> Unit)
Link copied to clipboard
operator fun LineString.unaryPlus()