View source: R/qgis_extractwithindistance.R
qgis_extractwithindistance | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Extract within distance (native:extractwithindistance). This algorithm creates a new vector layer that only contains matching features from an input layer. Features are copied wherever they are within the specified maximum distance from the features in an additional reference layer.
qgis_extractwithindistance(
INPUT = qgisprocess:::qgis_default_value(),
REFERENCE = qgisprocess:::qgis_default_value(),
DISTANCE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
REFERENCE |
|
DISTANCE |
|
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.