mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
36 lines
446 B
ReStructuredText
36 lines
446 B
ReStructuredText
GRID BUFFER
|
|
===========
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Features Grid[Raster]``:
|
|
- ``Distance[Number]``:
|
|
- ``Buffer Distance[Selection]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Buffer Grid[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:gridbuffer', features, dist, buffertype, buffer)
|
|
|
|
Available options for selection parameters:
|
|
|
|
buffertype(Buffer Distance)
|
|
0 - [0] Fixed
|
|
1 - [1] Cell value
|