View source: R/qgis_translategeometry.R
qgis_translategeometry | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Translate (native:translategeometry). This algorithm moves the geometries within a layer, by offsetting them with a specified x and y displacement. Z and M values present in the geometry can also be translated.
qgis_translategeometry(
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(),
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 |
|
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 - Translated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.