View source: R/qgis_lineintersections.R
qgis_lineintersections | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Line intersections (native:lineintersections). This algorithm creates point features where the lines in the Intersect layer intersect the lines in the Input layer. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_lineintersections(
INPUT = qgisprocess:::qgis_default_value(),
INTERSECT = qgisprocess:::qgis_default_value(),
INPUT_FIELDS = qgisprocess:::qgis_default_value(),
INTERSECT_FIELDS = qgisprocess:::qgis_default_value(),
INTERSECT_FIELDS_PREFIX = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
INTERSECT |
|
INPUT_FIELDS |
|
INTERSECT_FIELDS |
|
INTERSECT_FIELDS_PREFIX |
|
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 - Intersections
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.