View source: R/grass_v_to_3d.R
grass_v_to_3d | R Documentation |
QGIS Algorithm provided by GRASS v.to.3d (grass:v.to.3d). Performs transformation of 2D vector features to 3D.
grass_v_to_3d(
input = qgisprocess:::qgis_default_value(),
type = qgisprocess:::qgis_default_value(),
height = qgisprocess:::qgis_default_value(),
column = qgisprocess:::qgis_default_value(),
.r = qgisprocess:::qgis_default_value(),
.t = 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 |
|
type |
|
height |
|
column |
|
.r |
|
.t |
|
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 - 3D
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.