View source: R/qgis_difference.R
qgis_difference | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Difference (native:difference). This algorithm extracts features from the Input layer that fall outside, or partially overlap, features in the Overlay layer. Input layer features that partially overlap feature(s) in the Overlay layer are split along those features' boundary and only the portions outside the Overlay layer features are retained. Attributes are not modified, although properties such as area or length of the features will be modified by the difference operation. If such properties are stored as attributes, those attributes will have to be manually updated.
qgis_difference(
INPUT = qgisprocess:::qgis_default_value(),
OVERLAY = 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 |
|
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 - Difference
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.