View source: R/qgis_symmetricaldifference.R
qgis_symmetricaldifference | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Symmetrical difference (native:symmetricaldifference). This algorithm extracts the portions of features from both the Input and Overlay layers that do not overlap. Overlapping areas between the two layers are removed. The attribute table of the Symmetrical Difference layer contains original attributes from both the Input and Difference layers. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_symmetricaldifference(
INPUT = qgisprocess:::qgis_default_value(),
OVERLAY = qgisprocess:::qgis_default_value(),
OVERLAY_FIELDS_PREFIX = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
GRID_SIZE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
OVERLAY |
|
OVERLAY_FIELDS_PREFIX |
|
OUTPUT |
|
GRID_SIZE |
|
... |
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 - Symmetrical difference
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.