Polygon

@Serializable
data class Polygon(val coordinates: Lines) : Geometry

Constructors

Link copied to clipboard
constructor(outline: Line)
constructor(outline: LineString)
constructor(outline: LineString, vararg holes: LineString)
constructor(outline: List<Point>)
constructor(outline: List<Point>, vararg holes: List<Point>)
constructor(coordinates: Lines)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int