View source: R/qgis_singlesidedbuffer.R
qgis_singlesidedbuffer | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Single sided buffer (native:singlesidedbuffer). This algorithm buffers lines by a specified distance on one side of the line only. The segments parameter controls the number of line segments to use to approximate a quarter circle when creating rounded buffers. The join style parameter specifies whether round, miter or beveled joins should be used when buffering corners in a line. The miter limit parameter is only applicable for miter join styles, and controls the maximum distance from the buffer to use when creating a mitered join.
qgis_singlesidedbuffer(
INPUT = qgisprocess:::qgis_default_value(),
DISTANCE = qgisprocess:::qgis_default_value(),
SIDE = 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 |
|
SIDE |
|
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 - Buffered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.