QGIS/python/plugins/processing/algs/saga/help/quadtreestructuretoshapes.rst

31 lines
407 B
ReStructuredText

QUADTREE STRUCTURE TO SHAPES
============================
Description
-----------
Parameters
----------
- ``Shapes[Vector]``:
- ``Attribute[TableField]``:
Outputs
-------
- ``Polygons[Vector]``:
- ``Lines[Vector]``:
- ``Duplicated Points[Vector]``:
See also
---------
Console usage
-------------
::
processing.runalg('saga:quadtreestructuretoshapes', shapes, attribute, polygons, lines, points)