qgis_buffer | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Buffer (native:buffer). This algorithm computes a buffer area for all the features in an input layer, using a fixed or dynamic distance. The segments parameter controls the number of line segments to use to approximate a quarter circle when creating rounded offsets. The end cap style parameter controls how line endings are handled in the buffer. 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. —————- Notes —————- - This algorithm may drop existing primary keys or FID values and regenerate them in output layers, depending on the input parameters.
qgis_buffer(
INPUT = qgisprocess:::qgis_default_value(),
DISTANCE = qgisprocess:::qgis_default_value(),
SEGMENTS = qgisprocess:::qgis_default_value(),
END_CAP_STYLE = qgisprocess:::qgis_default_value(),
JOIN_STYLE = qgisprocess:::qgis_default_value(),
MITER_LIMIT = qgisprocess:::qgis_default_value(),
DISSOLVE = qgisprocess:::qgis_default_value(),
SEPARATE_DISJOINT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
DISTANCE |
|
SEGMENTS |
|
END_CAP_STYLE |
|
JOIN_STYLE |
|
MITER_LIMIT |
|
DISSOLVE |
|
SEPARATE_DISJOINT |
|
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.