View source: R/qgis_rotatefeatures.R
qgis_rotatefeatures | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Rotate (native:rotatefeatures). This algorithm rotates feature geometries, by the specified angle clockwise Optionally, the rotation can occur around a preset point. If not set the rotation occurs around each feature's centroid.
qgis_rotatefeatures(
INPUT = qgisprocess:::qgis_default_value(),
ANGLE = qgisprocess:::qgis_default_value(),
ANCHOR = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
ANGLE |
|
ANCHOR |
|
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 - Rotated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.