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

31 lines
508 B
ReStructuredText
Raw Normal View History

LINE SIMPLIFICATION
===================
Description
-----------
This algorithm simplyfies the geometry of a lines layer. You can set the tolerance options: a small number means a tiny
simplification.
Parameters
----------
- ``Lines[Vector]``: lines layer in input
- ``Tolerance[Number]``: tolerance settings
Outputs
-------
- ``Simplified Lines[Vector]``: the resulting layer
See also
---------
Console usage
-------------
::
sextante.runalg('saga:linesimplification', lines, tolerance, output)