View source: R/qgis_arrayoffsetlines.R
qgis_arrayoffsetlines | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Array of offset (parallel) lines (native:arrayoffsetlines). Creates multiple offset copies of lines from a layer. This algorithm creates copies of line features in a layer, by creating multiple offset versions of each feature. Each copy is offset by a preset distance. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_arrayoffsetlines(
INPUT = qgisprocess:::qgis_default_value(),
COUNT = qgisprocess:::qgis_default_value(),
OFFSET = qgisprocess:::qgis_default_value(),
SEGMENTS = qgisprocess:::qgis_default_value(),
JOIN_STYLE = qgisprocess:::qgis_default_value(),
MITER_LIMIT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
COUNT |
|
OFFSET |
|
SEGMENTS |
|
JOIN_STYLE |
|
MITER_LIMIT |
|
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 - Offset lines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.