Skip to contents

Returns the geometry type for each row in a dbSpatial object using DuckDB's spatial function ST_GeometryType().

Usage

st_geometrytype(dbSpatial, geomName = "geom", ...)

Arguments

dbSpatial

A dbSpatial object.

geomName

Geometry column name. Default: "geom".

...

Additional arguments (ignored).

Value

A lazy tibble with a single column geom_type.