View source: R/qgis_densifygeometriesgivenaninterval.R
qgis_densifygeometriesgivenaninterval | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Densify by interval (native:densifygeometriesgivenaninterval). Creates a densified version of geometries. Geometries are densified by adding additional vertices on edges that have a maximum distance of the interval parameter in map units.
qgis_densifygeometriesgivenaninterval(
INPUT = qgisprocess:::qgis_default_value(),
INTERVAL = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
INTERVAL |
|
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.