View source: R/qgis_distancetonearesthublinetohub.R
qgis_distancetonearesthublinetohub | R Documentation |
QGIS Algorithm provided by QGIS Distance to nearest hub (line to hub) (qgis:distancetonearesthublinetohub). Given an origin and a destination layers, this algorithm computes the distance between origin features and their closest destination one. Distance calculations are based on the features center. The resulting layer contains lines linking each origin point with its nearest destination feature.
qgis_distancetonearesthublinetohub(
INPUT = qgisprocess:::qgis_default_value(),
HUBS = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
UNIT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
HUBS |
|
FIELD |
|
UNIT |
|
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 - Hub distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.