MultiPointDsl

class MultiPointDsl(points: MutableList<Position> = mutableListOf()) : GeometryDsl<MultiPoint>

Constructors

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

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun create(): MultiPoint
Link copied to clipboard
fun point(longitude: Double, latitude: Double, altitude: Double? = null)
Link copied to clipboard
operator fun Point.unaryPlus()
operator fun Position.unaryPlus()