View source: R/qgis_filterverticesbym.R
qgis_filterverticesbym | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Filter vertices by M value (native:filterverticesbym). Filters away vertices based on their m-value, returning geometries with only vertex points that have a m-value ≥ the specified minimum value and ≤ the maximum value. If the minimum value is not specified then only the maximum value is tested, and similarly if the maximum value is not specified then only the minimum value is tested. Depending on the input geometry attributes and the filters used, the resultant geometries created by this algorithm may no longer be valid.
qgis_filterverticesbym(
INPUT = qgisprocess:::qgis_default_value(),
MIN = qgisprocess:::qgis_default_value(),
MAX = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
MIN |
|
MAX |
|
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 - Filtered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.