View source: R/sagang_importshapes.R
sagang_importshapes | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Import shapes (sagang:importshapes). —————- Arguments —————- SHAPES: Shapes Argument type: vectorDestination Acceptable values: - Path for new vector layer FILES: Files Default value: False Argument type: file Acceptable values: - Path to a file GEOM_TYPE: Geometry Type Default value: 0 Argument type: enum Available values: - 0: (0) Automatic - 1: (1) Point - 2: (2) Point (2.5D) - 3: (3) Multi-Point - 4: (4) Multi-Point (2.5D) - 5: (5) Line - 6: (6) Line (2.5D) - 7: (7) Polyline - 8: (8) Polyline (2.5D) - 9: (9) Polygon - 10: (10) Polygon (2.5D) - 11: (11) Multi-Polygon - 12: (12) Multi-Polygon (2.5D) Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_importshapes(
SHAPES = qgisprocess:::qgis_default_value(),
FILES = qgisprocess:::qgis_default_value(),
GEOM_TYPE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
SHAPES |
|
FILES |
|
GEOM_TYPE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
SHAPES - outputVector - Shapes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.