View source: R/qgis_explodelines.R
qgis_explodelines | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Explode lines (native:explodelines). This algorithm takes a lines layer and creates a new one in which each line is replaced by a set of lines representing the segments in the original line. Each line in the resulting layer contains only a start and an end point, with no intermediate nodes between them. If the input layer consists of CircularStrings or CompoundCurves, the output layer will be of the same type and contain only single curve segments. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_explodelines(
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 - Exploded
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.