View source: R/qgis_variabledistancebuffer.R
qgis_variabledistancebuffer | R Documentation |
QGIS Algorithm provided by QGIS Variable distance buffer (qgis:variabledistancebuffer). This algorithm computes a buffer area for all the features in an input layer. The size of the buffer for a given feature is defined by an attribute, so it allows different features to have different buffer sizes.
qgis_variabledistancebuffer(
INPUT = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
SEGMENTS = qgisprocess:::qgis_default_value(),
DISSOLVE = qgisprocess:::qgis_default_value(),
END_CAP_STYLE = 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 |
|
FIELD |
|
SEGMENTS |
|
DISSOLVE |
|
END_CAP_STYLE |
|
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 - Buffer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.