# S3 method for pq_geometry
st_as_sfc(
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, ...)
# S3 method for s2_geography
st_as_sfc(
x,
...,
crs = st_crs(4326),
endian = match(.Platform$endian, c("big", "little")) - 1L
)