View source: R/qgis_simplifygeometries.R
qgis_simplifygeometries | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Simplify (native:simplifygeometries). This algorithm simplifies the geometries in a line or polygon layer. It creates a new layer with the same features as the ones in the input layer, but with geometries containing a lower number of vertices. The algorithm gives a choice of simplification methods, including distance based (the "Douglas-Peucker" algorithm), area based ("Visvalingam" algorithm) and snapping geometries to a grid.
qgis_simplifygeometries(
INPUT = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
TOLERANCE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
METHOD |
|
TOLERANCE |
|
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 - Simplified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.