View source: R/qgis_extractbyexpression.R
qgis_extractbyexpression | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Extract by expression (native:extractbyexpression). This algorithm creates a new vector layer that only contains matching features from an input layer. The criteria for adding features to the resulting layer is based on a QGIS expression. For help with QGIS expression functions, see the inbuilt help for specific functions which is available in the expression builder.
qgis_extractbyexpression(
INPUT = qgisprocess:::qgis_default_value(),
EXPRESSION = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
FAIL_OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
EXPRESSION |
|
OUTPUT |
|
FAIL_OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
FAIL_OUTPUT - outputVector - Non-matching
OUTPUT - outputVector - Matching features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.