View source: R/sagang_polygonselfintersection.R
sagang_polygonselfintersection | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Polygon self-intersection (sagang:polygonselfintersection). —————- Arguments —————- POLYGONS: Polygons Argument type: source Acceptable values: - Path to a vector layer ID: Identifier Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names INTERSECT: Intersection Argument type: vectorDestination Acceptable values: - Path for new vector layer
sagang_polygonselfintersection(
POLYGONS = qgisprocess:::qgis_default_value(),
ID = qgisprocess:::qgis_default_value(),
INTERSECT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
POLYGONS |
|
ID |
|
INTERSECT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
INTERSECT - outputVector - Intersection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.