View source: R/sagang_importdxffiles.R
sagang_importdxffiles | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Import dxf files (sagang:importdxffiles). —————- Arguments —————- SHAPES: Shapes Argument type: vectorDestination Acceptable values: - Path for new vector layer TABLES: Tables Argument type: vectorDestination Acceptable values: - Path for new vector layer FILE: File Default value: False Argument type: file Acceptable values: - Path to a file FILTER: Import Filter Default value: 1 Argument type: enum Available values: - 0: (0) all entities - 1: (1) only entities with layer definition - 2: (2) only entities without layer definition Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' DCIRCLE: Circle Point Distance (Degree) Default value: 5 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_importdxffiles(
SHAPES = qgisprocess:::qgis_default_value(),
TABLES = qgisprocess:::qgis_default_value(),
FILE = qgisprocess:::qgis_default_value(),
FILTER = qgisprocess:::qgis_default_value(),
DCIRCLE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
SHAPES |
|
TABLES |
|
FILE |
|
FILTER |
|
DCIRCLE |
|
... |
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
TABLES - outputVector - Tables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.