View source: R/sagang_quadtreestructuretopolygons.R
sagang_quadtreestructuretopolygons | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Quadtree structure to polygons (sagang:quadtreestructuretopolygons). —————- Arguments —————- SHAPES: Shapes 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 POLYGONS: Polygons Argument type: vectorDestination Acceptable values: - Path for new vector layer LINES: Lines Argument type: vectorDestination Acceptable values: - Path for new vector layer POINTS: Duplicated Points Argument type: vectorDestination Acceptable values: - Path for new vector layer
sagang_quadtreestructuretopolygons(
SHAPES = qgisprocess:::qgis_default_value(),
ATTRIBUTE = qgisprocess:::qgis_default_value(),
POLYGONS = qgisprocess:::qgis_default_value(),
LINES = qgisprocess:::qgis_default_value(),
POINTS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
SHAPES |
|
ATTRIBUTE |
|
POLYGONS |
|
LINES |
|
POINTS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
LINES - outputVector - Lines
POINTS - outputVector - Duplicated Points
POLYGONS - outputVector - Polygons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.