PolygonGeometry

@Serializable(with = PolygonGeometrySerializer::class)
sealed interface PolygonGeometry : Geometry(source)

A Geometry that contains a single or multiple surfaces, i.e. a union type for Polygon and MultiPolygon.

Inheritors

Types

Link copied to clipboard
object Companion

Factory methods for creating and serializing PolygonGeometry objects.

Properties

Link copied to clipboard
abstract val bbox: BoundingBox?

An optional BoundingBox used to represent the limits of the object's Geometry.