Skip to content

Transform Coordinate Z|M By Expression

Summary

Transform Z or M coordinate using an expression that is evaluated for each input vertex.

The expression can include coordinates, and other fields values : - var(‘x’) : vertex X coordinate - var(‘y’) : vertex Y coordinate - var(‘z’) : vertex Z coordinate - var(‘m’) : vertex M coordinate - var(‘vertex’) : vertex index

Tags:
vector, generator, z, m

Usage

No Description Yet.

Parameters

Parameter Description Type
Input layer
INPUT
QgsProcessingParameterFeatureSource
Expression
EXPRESSION
Default value: var('vertex') QgsProcessingParameterExpression
Store Result In
STORE
QgsProcessingParameterEnum
Transformed
OUTPUT
QgsProcessingParameterFeatureSink