mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-08 00:02:35 -05:00
31 lines
388 B
ReStructuredText
31 lines
388 B
ReStructuredText
|
FIXED DISTANCE BUFFER
|
||
|
=====================
|
||
|
|
||
|
Description
|
||
|
-----------
|
||
|
|
||
|
Parameters
|
||
|
----------
|
||
|
|
||
|
- ``Input layer[Vector]``:
|
||
|
- ``Distance[Number]``:
|
||
|
- ``Segments[Number]``:
|
||
|
- ``Dissolve result[Boolean]``:
|
||
|
|
||
|
Outputs
|
||
|
-------
|
||
|
|
||
|
- ``Buffer[Vector]``:
|
||
|
|
||
|
See also
|
||
|
---------
|
||
|
|
||
|
|
||
|
Console usage
|
||
|
-------------
|
||
|
|
||
|
|
||
|
::
|
||
|
|
||
|
processing.runalg('qgis:fixeddistancebuffer', input, distance, segments, dissolve, output)
|