View source: R/qgis_intersection.R
qgis_intersection | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Intersection (native:intersection). This algorithm extracts the overlapping portions of features in the Input and Overlay layers. Features in the output Intersection layer are assigned the attributes of the overlapping features from both the Input and Overlay layers. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_intersection(
INPUT = qgisprocess:::qgis_default_value(),
OVERLAY = qgisprocess:::qgis_default_value(),
INPUT_FIELDS = qgisprocess:::qgis_default_value(),
OVERLAY_FIELDS = 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 |
|
INPUT_FIELDS |
|
OVERLAY_FIELDS |
|
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 - Intersection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.