26 lines
2.0 KiB
Plaintext

v.edit
Edits a vector map, allows adding, deleting and modifying selected vector features.
Vector (v.*)
QgsProcessingParameterVectorLayer|map|Name of vector layer|-1|None|False
QgsProcessingParameterEnum|type|Input feature type|point;line;boundary;centroid|True|0,1,2,3|True
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
QgsProcessingParameterFile|input|ASCII file for add tool|QgsProcessingParameterFile.File|txt|None|True
QgsProcessingParameterString|move|Difference in x,y,z direction for moving feature or vertex|None|False|True
QgsProcessingParameterString|threshold|Threshold distance (coords,snap,query)|None|False|True
QgsProcessingParameterString|ids|Feature ids|None|False|True
QgsProcessingParameterString|cats|Category values|None|False|True
QgsProcessingParameterString|coords|List of point coordinates|None|False|True
QgsProcessingParameterExtent|bbox|Bounding box for selecting features|None|True
QgsProcessingParameterString|polygon|Polygon for selecting features|None|False|True
QgsProcessingParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|True|True
QgsProcessingParameterEnum|query|Query tool|length;dangle|False|None|True
QgsProcessingParameterVectorLayer|bgmap|Name of background vector map|-1|None|True
QgsProcessingParameterEnum|snap|Snap added or modified features in the given threshold to the nearest existing feature|no;node;vertex|False|0|True
QgsProcessingParameterString|zbulk|Starting value and step for z bulk-labeling. Pair: value,step (e.g. 1100,10)|None|False|True
QgsProcessingParameterBoolean|-r|Reverse selection|False
QgsProcessingParameterBoolean|-c|Close added boundaries (using threshold distance)|False
QgsProcessingParameterBoolean|-n|Do not expect header of input data|False
QgsProcessingParameterBoolean|-b|Do not build topology|False
QgsProcessingParameterBoolean|-1|Modify only first found feature in bounding box|False
QgsProcessingParameterVectorDestination|output|Edited