View source: R/sagang_sharedpolygonedges.R
sagang_sharedpolygonedges | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Shared polygon edges (sagang:sharedpolygonedges). —————- Arguments —————- POLYGONS: Polygons Argument type: source Acceptable values: - Path to a vector layer ATTRIBUTE: Attribute Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names EDGES: Edges Argument type: vectorDestination Acceptable values: - Path for new vector layer EPSILON: Tolerance Default value: 0 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression VERTICES: Check Vertices Default value: false Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression DOUBLE: Double Edges Default value: false Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_sharedpolygonedges(
POLYGONS = qgisprocess:::qgis_default_value(),
ATTRIBUTE = qgisprocess:::qgis_default_value(),
EDGES = qgisprocess:::qgis_default_value(),
EPSILON = qgisprocess:::qgis_default_value(),
VERTICES = qgisprocess:::qgis_default_value(),
DOUBLE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
POLYGONS |
|
ATTRIBUTE |
|
EDGES |
|
EPSILON |
|
VERTICES |
|
DOUBLE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
EDGES - outputVector - Edges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.