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

32 lines
641 B
ReStructuredText
Raw Normal View History

GET SHAPES EXTENTS
==================
Description
-----------
This algorithm draws new polygons according to the extent of the layer features. You can choose to draw either a new
polygon for each features or just a single polygon of the total extent (in this case the input layer has to be a
multipart layer).
Parameters
----------
- ``Shapes[Vector]``: input layer
- ``Parts[Boolean]``: YES draws a polygon for each feature, NO draws only one polygon
Outputs
-------
- ``Extents[Vector]``: the resulting layer
See also
---------
Console usage
-------------
::
sextante.runalg('saga:getshapesextents', shapes, parts, extents)