View source: R/qgis_splitwithlines.R
qgis_splitwithlines | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Split with lines (native:splitwithlines). This algorithm splits the lines or polygons in one layer using the lines or polygon rings in another layer to define the breaking points. Intersection between geometries in both layers are considered as split points. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_splitwithlines(
INPUT = qgisprocess:::qgis_default_value(),
LINES = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
LINES |
|
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 - Split
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.