View source: R/qgis_extendlines.R
qgis_extendlines | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Extend lines (native:extendlines). Extends LineString geometries by extrapolating the start and end segments. This algorithm extends line geometries by a specified amount at the start and end of the line. Lines are extended using the bearing of the first and last segment in the line.
qgis_extendlines(
INPUT = qgisprocess:::qgis_default_value(),
START_DISTANCE = qgisprocess:::qgis_default_value(),
END_DISTANCE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
START_DISTANCE |
|
END_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 - Extended
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.