View source: R/qgis_offsetline.R
qgis_offsetline | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Offset lines (native:offsetline). Offsets lines by a specified distance. This algorithm offsets lines by a specified distance. Positive distances will offset lines to the left, and negative distances will offset to the right of lines. The segments parameter controls the number of line segments to use to approximate a quarter circle when creating rounded offsets. The join style parameter specifies whether round, miter or beveled joins should be used when offsetting corners in a line. The miter limit parameter is only applicable for miter join styles, and controls the maximum distance from the offset curve to use when creating a mitered join.
qgis_offsetline(
INPUT = qgisprocess:::qgis_default_value(),
DISTANCE = 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 |
|
DISTANCE |
|
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.