# S3 method for character
as_geos_type_id(type_id)
# S3 method for numeric
as_geos_type_id(type_id)
Value
A GEOS geometry vector.
Arguments
type_id
The numeric type identifier for which an
empty should be returned, an object from which
one can be extracted using as_geos_type_id()
(default to calling geos_type_id()). This is most
usefully a character vector with the geometry type
(e.g., point, linestring, polygon).
crs
An object that can be interpreted as a CRS. See wk::wk_crs().