GeometryId

value class GeometryId(val id: String)

Identifier of a geometry data source.

Throws

if the provided id is empty.

Constructors

Link copied to clipboard
constructor(id: String)

Creates a GeometryId instance with the provided id.

Properties

Link copied to clipboard
val id: String

The unique identifier of the geometry data source.