QGIS/python/plugins/processing/algs/saga/help/vectorisinggridclasses.rst
Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

41 lines
689 B
ReStructuredText

VECTORISING GRID CLASSES
========================
Description
-----------
Parameters
----------
- ``Grid[Raster]``:
- ``Class Selection[Selection]``:
- ``Class Identifier[Number]``:
- ``Vectorised class as...[Selection]``:
Outputs
-------
- ``Polygons[Vector]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:vectorisinggridclasses', grid, class_all, class_id, split, polygons)
Available options for selection parameters:
class_all(Class Selection)
0 - [0] one single class specified by class identifier
1 - [1] all classes
split(Vectorised class as...)
0 - [0] one single (multi-)polygon object
1 - [1] each island as separated polygon