View source: R/qgis_setzfromraster.R
qgis_setzfromraster | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Drape (set Z value from raster) (native:setzfromraster). Sets the z value for vertices to values sampled from a raster layer. This algorithm sets the z value of every vertex in the feature geometry to a value sampled from a band within a raster layer. The raster values can optionally be scaled by a preset amount and an offset can be algebraically added.
qgis_setzfromraster(
INPUT = qgisprocess:::qgis_default_value(),
RASTER = qgisprocess:::qgis_default_value(),
BAND = qgisprocess:::qgis_default_value(),
NODATA = qgisprocess:::qgis_default_value(),
SCALE = qgisprocess:::qgis_default_value(),
OFFSET = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
RASTER |
|
BAND |
|
NODATA |
|
SCALE |
|
OFFSET |
|
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 - Draped
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.