View source: R/qgis_extractbylocation.R
qgis_extractbylocation | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Extract by location (native:extractbylocation). 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 defined based on the spatial relationship between each feature and the features in an additional layer.
qgis_extractbylocation(
INPUT = qgisprocess:::qgis_default_value(),
PREDICATE = qgisprocess:::qgis_default_value(),
INTERSECT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
PREDICATE |
|
INTERSECT |
|
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 (location)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.