View source: R/qgis_sumlinelengths.R
qgis_sumlinelengths | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Sum line lengths (native:sumlinelengths). This algorithm takes a polygon layer and a line layer and measures the total length of lines and the total number of them that cross each polygon. The resulting layer has the same features as the input polygon layer, but with two additional attributes containing the length and count of the lines across each polygon. The names of these two fields can be configured in the algorithm parameters.
qgis_sumlinelengths(
POLYGONS = qgisprocess:::qgis_default_value(),
LINES = qgisprocess:::qgis_default_value(),
LEN_FIELD = qgisprocess:::qgis_default_value(),
COUNT_FIELD = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
POLYGONS |
|
LINES |
|
LEN_FIELD |
|
COUNT_FIELD |
|
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 - Line length
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.