Skip to content

Commit 15e9238

Browse files
committedJun 8, 2014
[processing] added help files for algs in qgis group
Most help files missing content
1 parent d8dfdd2 commit 15e9238

File tree

62 files changed

+1980
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1980
-0
lines changed
 
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
ADD AUTOINCREMENTAL FIELD
2+
=========================
3+
4+
Description
5+
-----------
6+
7+
Parameters
8+
----------
9+
10+
- ``Input layer[Vector]``:
11+
12+
Outputs
13+
-------
14+
15+
- ``Output layer[Vector]``:
16+
17+
See also
18+
---------
19+
20+
21+
Console usage
22+
-------------
23+
24+
25+
::
26+
27+
processing.runalg('qgis:addautoincrementalfield', input, output)
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
ADD FIELD TO ATTRIBUTES TABLE
2+
=============================
3+
4+
Description
5+
-----------
6+
7+
Parameters
8+
----------
9+
10+
- ``Input layer[Vector]``:
11+
- ``Field name[String]``:
12+
- ``Field type[Selection]``:
13+
14+
Outputs
15+
-------
16+
17+
- ``Output layer[Vector]``:
18+
19+
See also
20+
---------
21+
22+
23+
Console usage
24+
-------------
25+
26+
27+
::
28+
29+
processing.runalg('qgis:addfieldtoattributestable', input_layer, field_name, field_type, output_layer)
30+
31+
Available options for selection parameters:
32+
33+
field_type(Field type)
34+
0 - Integer
35+
1 - Float
36+
2 - String

0 commit comments

Comments
 (0)
Please sign in to comment.