MultiGeometry

@Serializable(with = MultiGeometrySerializer::class)
sealed interface MultiGeometry : Geometry(source)

A Geometry that contains multiple homogenous points, curves, or surfaces, i.e. a union type for MultiPoint, MultiLineString, and MultiPolygon.

Inheritors

Types

Link copied to clipboard
object Companion

Factory methods for creating and serializing MultiGeometry objects.

Properties

Link copied to clipboard
abstract val bbox: BoundingBox?

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