|
2 | 2 | Edits a vector map, allows adding, deleting and modifying selected vector features.
|
3 | 3 | Vector (v.*)
|
4 | 4 | QgsProcessingParameterVectorLayer|map|Name of vector layer|-1|None|False
|
5 |
| -QgsProcessingParameterEnum|tool|Tool|add;delete;copy;move;flip;merge;break;snap;connect;vertexadd;vertexdel;vertexmove;zbulk|False|0 |
6 |
| -QgsProcessingParameterString|input_txt|Inline input for add tool|None|True|True |
| 5 | +QgsProcessingParameterEnum|type|Input feature type|point;line;boundary;centroid|True|0,1,3,4|True |
| 6 | +QgsProcessingParameterEnum|tool|Tool|create;add;delete;copy;move;flip;catadd;catdel;merge;break;snap;connect;chtype;vertexadd;vertexdel;vertexmove;areadel;zbulk;select|False|0|False |
7 | 7 | QgsProcessingParameterFile|input|ASCII file for add tool|0|txt|None|True
|
8 | 8 | QgsProcessingParameterString|move|Difference in x,y,z direction for moving feature or vertex|None|False|True
|
9 | 9 | QgsProcessingParameterString|threshold|Threshold distance (coords,snap,query)|None|False|True
|
10 | 10 | QgsProcessingParameterString|ids|Feature ids|None|False|True
|
| 11 | +QgsProcessingParameterString|cats|Category values|None|False|True |
11 | 12 | QgsProcessingParameterString|coords|List of point coordinates|None|False|True
|
12 | 13 | QgsProcessingParameterString|bbox|Bounding box for selecting features|None|False|True
|
13 | 14 | QgsProcessingParameterString|polygon|Polygon for selecting features|None|False|True
|
14 | 15 | QgsProcessingParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|True|True
|
15 |
| -QgsProcessingParameterString|query|Query tool (in length,dangle)|None|False|True |
| 16 | +QgsProcessingParameterEnum|query|Query tool|length;dangle|False|0|True |
16 | 17 | QgsProcessingParameterVectorLayer|bgmap|Name of background vector map|-1|None|True
|
17 |
| -QgsProcessingParameterString|snap|Snap added or modified features in the given threshold to the nearest existing feature (Options: no,node,vertex)|None|False|True |
| 18 | +QgsProcessingParameterEnum|snap|Snap added or modified features in the given threshold to the nearest existing feature|no;node;vertex|False|0|True |
18 | 19 | QgsProcessingParameterString|zbulk|Starting value and step for z bulk-labeling. Pair: value,step (e.g. 1100,10)|None|False|True
|
19 | 20 | QgsProcessingParameterBoolean|-r|Reverse selection|False
|
20 | 21 | QgsProcessingParameterBoolean|-c|Close added boundaries (using threshold distance)|False
|
21 | 22 | QgsProcessingParameterBoolean|-n|Do not expect header of input data|False
|
22 |
| -QgsProcessingParameterBoolean|-t|Do not build topology|False |
| 23 | +QgsProcessingParameterBoolean|-b|Do not build topology|False |
23 | 24 | QgsProcessingParameterBoolean|-1|Modify only first found feature in bounding box|False
|
24 | 25 | QgsProcessingParameterVectorDestination|output|Edited
|
0 commit comments