View source: R/qgis_densifygeometries.R
qgis_densifygeometries | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Densify by count (native:densifygeometries). Creates a densified version of geometries. This algorithm takes a polygon or line layer and generates a new one in which the geometries have a larger number of vertices than the original one. If the geometries have z or m values present then these will be linearly interpolated at the added nodes. The number of new vertices to add to each feature geometry is specified as an input parameter.
qgis_densifygeometries(
INPUT = qgisprocess:::qgis_default_value(),
VERTICES = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
VERTICES |
|
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 - Densified
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.