View source: R/qgis_geometrybyexpression.R
qgis_geometrybyexpression | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Geometry by expression (native:geometrybyexpression). This algorithm updates existing geometries (or creates new geometries) for input features by use of a QGIS expression. This allows complex geometry modifications which can utilize all the flexibility of the QGIS expression engine to manipulate and create geometries for output features. For help with QGIS expression functions, see the inbuilt help for specific functions which is available in the expression builder.
qgis_geometrybyexpression(
INPUT = qgisprocess:::qgis_default_value(),
OUTPUT_GEOMETRY = qgisprocess:::qgis_default_value(),
WITH_Z = qgisprocess:::qgis_default_value(),
WITH_M = qgisprocess:::qgis_default_value(),
EXPRESSION = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
OUTPUT_GEOMETRY |
|
WITH_Z |
|
WITH_M |
|
EXPRESSION |
|
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 - Modified geometry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.