Description Usage Arguments Value
Write geometry vectors
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ## S3 method for class 'sfc'
wk_writer(handleable, ...)
## S3 method for class 'sf'
wk_writer(handleable, ...)
sfc_writer()
wkb_writer(buffer_size = 2048L, endian = NA_integer_)
wkt_writer(precision = 16L, trim = TRUE)
wk_writer(handleable, ...)
## S3 method for class 'wk_wkt'
wk_writer(handleable, ..., precision = 16, trim = TRUE)
## S3 method for class 'wk_wkb'
wk_writer(handleable, ...)
## S3 method for class 'wk_xy'
wk_writer(handleable, ...)
xy_writer()
|
handleable |
A geometry vector (e.g., |
... |
Passed to the writer constructor. |
buffer_size |
Control the initial buffer size used when writing WKB. |
endian |
Use 1 for little endian, 0 for big endian, or NA for system endian. |
precision |
If |
trim |
Use |
A wk_handler.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.