View source: R/qgis_transect.R
qgis_transect | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Transect (native:transect). This algorithm creates transects on vertices for (multi)linestring. A transect is a line oriented from an angle (by default perpendicular) to the input polylines (at vertices). Field(s) from feature(s) are returned in the transect with these new fields: - TR_FID: ID of the original feature - TR_ID: ID of the transect. Each transect have an unique ID - TR_SEGMENT: ID of the segment of the linestring - TR_ANGLE: Angle in degrees from the original line at the vertex - TR_LENGTH: Total length of the transect returned - TR_ORIENT: Side of the transect (only on the left or right of the line, or both side) —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_transect(
INPUT = qgisprocess:::qgis_default_value(),
LENGTH = qgisprocess:::qgis_default_value(),
ANGLE = qgisprocess:::qgis_default_value(),
SIDE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
LENGTH |
|
ANGLE |
|
SIDE |
|
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 - Transect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.