LineStringGeometry

@Serializable(with = LineStringGeometrySerializer::class)
sealed interface LineStringGeometry : Geometry(source)

A Geometry that contains a single or multiple curves, i.e. a union type for LineString and MultiLineString.

Inheritors

Types

Link copied to clipboard
object Companion

Factory methods for creating and serializing LineStringGeometry objects.

Properties

Link copied to clipboard
abstract val bbox: BoundingBox?

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