wkb_translate_wkt | R Documentation |
These functions are deprecated and will be removed in a future version.
wkb_translate_wkt(wkb, ..., precision = 16, trim = TRUE)
wkb_translate_wkb(wkb, ..., endian = NA_integer_)
wkt_translate_wkt(wkt, ..., precision = 16, trim = TRUE)
wkt_translate_wkb(wkt, ..., endian = NA_integer_)
wkb |
A |
... |
Used to keep backward compatibility with previous versions of these functions. |
precision |
The rounding precision to use when writing (number of decimal places). |
trim |
Trim unnecessary zeroes in the output? |
endian |
Force the endian of the resulting WKB. |
wkt |
A character vector containing well-known text. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.