View source: R/qgis_linesubstring.R
qgis_linesubstring | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Line substring (native:linesubstring). Returns the substring of lines which fall between start and end distances. This algorithm returns the portion of a line (or curve) which falls between the specified start and end distances (measured from the beginning of the line). Z and M values are linearly interpolated from existing values. If a multipart geometry is encountered, only the first part is considered when calculating the substring.
qgis_linesubstring(
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 - Substring
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.