Andrea Giudiceandrea 8309c5ecaa [processing][grass] v.transform: add missing parameters
-t, -w, -x, -y, -a and -b missing parameters added
2024-02-14 10:40:09 +10:00

20 lines
1.6 KiB
Plaintext

v.transform
Performs an affine transformation on a vector layer.
Vector (v.*)
QgsProcessingParameterFeatureSource|input|Input vector layer|-1|None|False
QgsProcessingParameterNumber|xshift|X shift|QgsProcessingParameterNumber.Double|0.0|True|None|None
QgsProcessingParameterNumber|yshift|Y shift|QgsProcessingParameterNumber.Double|0.0|True|None|None
QgsProcessingParameterNumber|zshift|Z shift|QgsProcessingParameterNumber.Double|0.0|True|None|None
QgsProcessingParameterNumber|xscale|X scale|QgsProcessingParameterNumber.Double|1.0|True|None|None
QgsProcessingParameterNumber|yscale|Y scale|QgsProcessingParameterNumber.Double|1.0|True|None|None
QgsProcessingParameterNumber|zscale|Z scale|QgsProcessingParameterNumber.Double|1.0|True|None|None
QgsProcessingParameterNumber|zrotation|Rotation around z axis in degrees counterclockwise|QgsProcessingParameterNumber.Double|0.0|True|None|None
QgsProcessingParameterString|columns|Name of attribute column(s) used as transformation parameters (Format: parameter:column, e.g. xshift:xs,yshift:ys,zrot:zr)|None|True|True
*QgsProcessingParameterBoolean|-t|Shift all z values to bottom=0|False
*QgsProcessingParameterBoolean|-w|Swap coordinates x, y and then apply other parameters|False
*QgsProcessingParameterBoolean|-x|Swap coordinates x, z and then apply other parameters|False
*QgsProcessingParameterBoolean|-y|Swap coordinates y, z and then apply other parameters|False
*QgsProcessingParameterBoolean|-a|Swap coordinates after the other transformations|False
*QgsProcessingParameterBoolean|-b|Do not build topology|False
QgsProcessingParameterVectorDestination|output|Transformed