View source: R/qgis_exportaddgeometrycolumns.R
qgis_exportaddgeometrycolumns | R Documentation |
QGIS Algorithm provided by QGIS Add geometry attributes (qgis:exportaddgeometrycolumns). This algorithm computes geometric properties of the features in a vector layer. It generates a new vector layer with the same content as the input one, but with additional attributes in its attributes table, containing geometric measurements. Depending on the geometry type of the vector layer, the attributes added to the table will be different.
qgis_exportaddgeometrycolumns(
INPUT = qgisprocess:::qgis_default_value(),
CALC_METHOD = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
CALC_METHOD |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Added geom info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.