View source: R/qgis_pointsalonglines.R
qgis_pointsalonglines | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Points along geometry (native:pointsalonglines). Creates regularly spaced points along line features. This algorithm creates a points layer, with points distributed along the lines of an input vector layer. The distance between points (measured along the line) is defined as a parameter. Start and end offset distances can be defined, so the first and last point will not fall exactly on the line's first and last nodes. These start and end offsets are defined as distances, measured along the line from the first and last nodes of the lines. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_pointsalonglines(
INPUT = qgisprocess:::qgis_default_value(),
DISTANCE = qgisprocess:::qgis_default_value(),
START_OFFSET = qgisprocess:::qgis_default_value(),
END_OFFSET = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
DISTANCE |
|
START_OFFSET |
|
END_OFFSET |
|
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 - Interpolated points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.