View source: R/qgis_segmentizebymaxdistance.R
qgis_segmentizebymaxdistance | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Segmentize by maximum distance (native:segmentizebymaxdistance). This algorithm segmentizes a geometry by converting curved sections to linear sections. The segmentization is performed by specifying the maximum allowed offset distance between the original curve and the segmentized representation. Non-curved geometries will be retained without change.
qgis_segmentizebymaxdistance(
INPUT = qgisprocess:::qgis_default_value(),
DISTANCE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
DISTANCE |
|
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 - Segmentized
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.