sf_as_sfc.pq_geometry(
x,
...,
EWKB = TRUE,
spatialite = FALSE,
pureR = FALSE,
crs = NA_crs_
)# S3 method for list
st_as_sfc(x, ..., crs = NA_crs_)
# S3 method for blob
st_as_sfc(x, ...)
# S3 method for bbox
st_as_sfc(x, ...)
# S3 method for WKB
st_as_sfc(
x,
...,
EWKB = FALSE,
spatialite = FALSE,
pureR = FALSE,
crs = NA_crs_
)
# S3 method for raw
st_as_sfc(x, ...)
# S3 method for character
st_as_sfc(x, crs = NA_integer_, ..., GeoJSON = FALSE)
# S3 method for factor
st_as_sfc(x, ...)
st_as_sfc(x, ...)
# S3 method for SpatialPoints
st_as_sfc(x, ..., precision = 0)
# S3 method for SpatialPixels
st_as_sfc(x, ..., precision = 0)
# S3 method for SpatialMultiPoints
st_as_sfc(x, ..., precision = 0)
# S3 method for SpatialLines
st_as_sfc(x, ..., precision = 0, forceMulti = FALSE)
# S3 method for SpatialPolygons
st_as_sfc(x, ..., precision = 0, forceMulti = FALSE)
# S3 method for map
st_as_sfc(x, ...)