View source: R/qgis_arraytranslatedfeatures.R
qgis_arraytranslatedfeatures | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Array of translated features (native:arraytranslatedfeatures). Creates multiple translated copies of features in a layer. This algorithm creates copies of features in a layer, by creating multiple translated versions of each feature. Each copy is incrementally displaced by a preset amount in the x/y/z/m axis. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_arraytranslatedfeatures(
INPUT = qgisprocess:::qgis_default_value(),
COUNT = 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 |
|
COUNT |
|
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.