View source: R/sagang_generateshapes.R
sagang_generateshapes | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Generate shapes (sagang:generateshapes). —————- Arguments —————- INPUT: Input Argument type: source Acceptable values: - Path to a vector layer FIELD_ID: ID Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names FIELD_X: X Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names FIELD_Y: Y Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names FIELD_Z: Z Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names SHAPE_TYPE: Shape Type Default value: 0 Argument type: enum Available values: - 0: (0) Point(s) - 1: (1) Line(s) - 2: (2) Polygon(s) Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' OUTPUT: Output Argument type: vectorDestination Acceptable values: - Path for new vector layer
sagang_generateshapes(
INPUT = qgisprocess:::qgis_default_value(),
FIELD_ID = qgisprocess:::qgis_default_value(),
FIELD_X = qgisprocess:::qgis_default_value(),
FIELD_Y = qgisprocess:::qgis_default_value(),
FIELD_Z = qgisprocess:::qgis_default_value(),
SHAPE_TYPE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
FIELD_ID |
|
FIELD_X |
|
FIELD_Y |
|
FIELD_Z |
|
SHAPE_TYPE |
|
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 - Output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.