View source: R/qgis_multiparttosingleparts.R
qgis_multiparttosingleparts | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Multipart to singleparts (native:multiparttosingleparts). This algorithm takes a vector layer with multipart geometries and generates a new one in which all geometries contain a single part. Features with multipart geometries are divided in as many different features as parts the geometry contain, and the same attributes are used for each of them. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_multiparttosingleparts(
INPUT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
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 - Single parts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.