File: shapesbuffer.rst

package info (click to toggle)
qgis 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 374,696 kB
  • ctags: 66,263
  • sloc: cpp: 396,139; ansic: 241,070; python: 130,609; xml: 14,884; perl: 1,290; sh: 1,287; sql: 500; yacc: 268; lex: 242; makefile: 168
file content (41 lines) | stat: -rw-r--r-- 1,450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
SHAPES BUFFER
=============

Description
-----------
This algorithm creates buffer(s) around features based on fixed distance or distance field.  

Parameters
----------

- ``Shapes[Vector]``: layer in input (polygons, lines or points)
- ``Buffer Distance[Selection]``: how the buffer(s) distance has to be calculated (``fixed value`` or ``attribute field``)
- ``Buffer Distance (Fixed)[Number]``: if fixed is activated, this is the buffer radius (in meters) 
- ``Buffer Distance (Attribute)[TableField]``: field distance of the attribute table (skip this if you have already chosen ``fixed value``)
- ``Scaling Factor for Attribute Value[Number]``: if you have chosen ``field distance``, set the scaling factor for the values. 
- ``Number of Buffer Zones[Number]``: set the number of buffer features  
- ``Circle Point Distance [Degree][Number]``: this option controls the smoothness of the buffer borders: great numbers means rough borders.
- ``Dissolve Buffers [Boolean]``: YES if you want to dissolve all buffers into one single feature, NO if you want to keep buffers separated

Outputs
-------

- ``Buffer[Vector]``: the resulting buffer

See also
---------


Console usage
-------------


::

	processing.runalg('saga:shapesbuffer', shapes, buf_type, buf_dist, buf_field, buf_scale, buf_zones, dcircle, dissolve, buffer)

	Available options for selection parameters:

	buf_type(Buffer Distance)
		0 - [0] fixed value
		1 - [1] attribute field