View source: R/qgis_affinetransform.R
qgis_affinetransform | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Affine transform (native:affinetransform). Applies an affine transformation to geometries. Applies an affine transformation to the geometries from a layer. Affine transformations can include translation, scaling and rotation. The operations are performed in a scale, rotation, translation order. Z and M values present in the geometry can also be translated and scaled independently.
qgis_affinetransform(
INPUT = qgisprocess:::qgis_default_value(),
DELTA_X = qgisprocess:::qgis_default_value(),
DELTA_Y = qgisprocess:::qgis_default_value(),
DELTA_Z = qgisprocess:::qgis_default_value(),
DELTA_M = qgisprocess:::qgis_default_value(),
SCALE_X = qgisprocess:::qgis_default_value(),
SCALE_Y = qgisprocess:::qgis_default_value(),
SCALE_Z = qgisprocess:::qgis_default_value(),
SCALE_M = qgisprocess:::qgis_default_value(),
ROTATION_Z = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
DELTA_X |
|
DELTA_Y |
|
DELTA_Z |
|
DELTA_M |
|
SCALE_X |
|
SCALE_Y |
|
SCALE_Z |
|
SCALE_M |
|
ROTATION_Z |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Transformed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.