View source: R/qgis_setmvalue.R
qgis_setmvalue | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Set M value (native:setmvalue). This algorithm sets the M value for geometries in a layer. If M values already exist in the layer, they will be overwritten with the new value. If no M values exist, the geometry will be upgraded to include M values and the specified value used as the initial M value for all geometries.
qgis_setmvalue(
INPUT = qgisprocess:::qgis_default_value(),
M_VALUE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
M_VALUE |
|
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 - M Added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.