View source: R/qgis_extractbyextent.R
qgis_extractbyextent | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Extract/clip by extent (native:extractbyextent). This algorithm creates a new vector layer that only contains features which fall within a specified extent. Any features which intersect the extent will be included. Optionally, feature geometries can also be clipped to the extent. If this option is selected, then the output geometries will automatically be converted to multi geometries to ensure uniform output geometry types.
qgis_extractbyextent(
INPUT = qgisprocess:::qgis_default_value(),
EXTENT = qgisprocess:::qgis_default_value(),
CLIP = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
EXTENT |
|
CLIP |
|
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.