View source: R/grass_v_distance.R
grass_v_distance | R Documentation |
QGIS Algorithm provided by GRASS v.distance (grass:v.distance). Finds the nearest element in vector map 'to' for elements in vector map 'from'.
grass_v_distance(
from = qgisprocess:::qgis_default_value(),
from_type = qgisprocess:::qgis_default_value(),
to = qgisprocess:::qgis_default_value(),
to_type = qgisprocess:::qgis_default_value(),
dmax = qgisprocess:::qgis_default_value(),
dmin = qgisprocess:::qgis_default_value(),
upload = qgisprocess:::qgis_default_value(),
column = qgisprocess:::qgis_default_value(),
to_column = qgisprocess:::qgis_default_value(),
from_output = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_SNAP_TOLERANCE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_MIN_AREA_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_OUTPUT_TYPE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_DSCO = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_LCO = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_EXPORT_NOCAT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
from |
|
from_type |
|
to |
|
to_type |
|
dmax |
|
dmin |
|
upload |
|
column |
|
to_column |
|
from_output |
|
output |
|
GRASS_REGION_PARAMETER |
|
GRASS_SNAP_TOLERANCE_PARAMETER |
|
GRASS_MIN_AREA_PARAMETER |
|
GRASS_OUTPUT_TYPE_PARAMETER |
|
GRASS_VECTOR_DSCO |
|
GRASS_VECTOR_LCO |
|
GRASS_VECTOR_EXPORT_NOCAT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
from_output - outputVector - Nearest
output - outputVector - Distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.