R/compat-sf.R
, R/compat-wk.R
, R/geos-geometry.R
as_geos_geometry.Rd
Create GEOS Geometry Vectors
# S3 method for sfc as_geos_geometry(x, ...) # S3 method for sf as_geos_geometry(x, ...) # S3 method for wk_wkb as_geos_geometry(x, ...) # S3 method for wk_wkt as_geos_geometry(x, ...) # S3 method for wk_xy as_geos_geometry(x, ...) # S3 method for wk_xyz as_geos_geometry(x, ...) # S3 method for wk_rct as_geos_geometry(x, ...) # S3 method for wk_crc as_geos_geometry(x, ...) as_geos_geometry(x, ...) # S3 method for geos_geometry as_geos_geometry(x, ...) # S3 method for character as_geos_geometry(x, ..., crs = NULL) # S3 method for blob as_geos_geometry(x, ..., crs = NULL) # S3 method for WKB as_geos_geometry(x, ..., crs = NULL) geos_geometry(crs = wk::wk_crs_inherit())
x | An object to be coerced to a geometry vector |
---|---|
... | Unused |
crs | An object that can be interpreted as a CRS |
A geos geometry vector
as_geos_geometry("LINESTRING (0 1, 3 9)") #> <geos_geometry[1]> #> [1] <LINESTRING (0 1, 3 9)>