View source: R/grass_v_transform.R
grass_v_transform | R Documentation |
QGIS Algorithm provided by GRASS v.transform (grass:v.transform). Performs an affine transformation on a vector layer.
grass_v_transform(
input = qgisprocess:::qgis_default_value(),
xshift = qgisprocess:::qgis_default_value(),
yshift = qgisprocess:::qgis_default_value(),
zshift = qgisprocess:::qgis_default_value(),
xscale = qgisprocess:::qgis_default_value(),
yscale = qgisprocess:::qgis_default_value(),
zscale = qgisprocess:::qgis_default_value(),
zrotation = qgisprocess:::qgis_default_value(),
columns = qgisprocess:::qgis_default_value(),
.t = qgisprocess:::qgis_default_value(),
.w = qgisprocess:::qgis_default_value(),
.x = qgisprocess:::qgis_default_value(),
.y = qgisprocess:::qgis_default_value(),
.a = qgisprocess:::qgis_default_value(),
.b = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_SNAP_TOLERANCE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_MIN_AREA_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_OUTPUT_TYPE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_DSCO = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_LCO = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_EXPORT_NOCAT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
input |
|
xshift |
|
yshift |
|
zshift |
|
xscale |
|
yscale |
|
zscale |
|
zrotation |
|
columns |
|
.t |
|
.w |
|
.x |
|
.y |
|
.a |
|
.b |
|
output |
|
GRASS_REGION_PARAMETER |
|
GRASS_SNAP_TOLERANCE_PARAMETER |
|
GRASS_MIN_AREA_PARAMETER |
|
GRASS_OUTPUT_TYPE_PARAMETER |
|
GRASS_VECTOR_DSCO |
|
GRASS_VECTOR_LCO |
|
GRASS_VECTOR_EXPORT_NOCAT |
|
... |
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.