GeometryCollectionDsl

class GeometryCollectionDsl(geometries: MutableList<Geometry> = mutableListOf()) : GeometryDsl<GeometryCollection>

Constructors

Link copied to clipboard
constructor(geometries: MutableList<Geometry> = mutableListOf())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun create(): GeometryCollection
Link copied to clipboard
operator fun Geometry.unaryPlus()