View source: R/qgis_extractmvalues.R
qgis_extractmvalues | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Extract M values (native:extractmvalues). Extracts m values (or m value statistics) from geometries into feature attributes. Extracts m values from geometries into feature attributes. By default only the m value from the first vertex of each feature is extracted, however the algorithm can optionally calculate statistics on all of the geometry's m values, including sums, means, and minimums and maximums
qgis_extractmvalues(
INPUT = qgisprocess:::qgis_default_value(),
SUMMARIES = qgisprocess:::qgis_default_value(),
COLUMN_PREFIX = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
SUMMARIES |
|
COLUMN_PREFIX |
|
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 - Extracted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.