View source: R/qgis_dxfexport.R
qgis_dxfexport | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Export layers to DXF (native:dxfexport). Exports layers to DXF file. For each layer, you can choose a field whose values are used to split features in generated destination layers in the DXF output. If no field is chosen, you can still override the output layer name by directly entering a new output layer name in the Configure Layer panel or by preferring layer title (set in layer properties) to layer name.
qgis_dxfexport(
LAYERS = qgisprocess:::qgis_default_value(),
SYMBOLOGY_MODE = qgisprocess:::qgis_default_value(),
SYMBOLOGY_SCALE = qgisprocess:::qgis_default_value(),
MAP_THEME = qgisprocess:::qgis_default_value(),
ENCODING = qgisprocess:::qgis_default_value(),
CRS = qgisprocess:::qgis_default_value(),
EXTENT = qgisprocess:::qgis_default_value(),
SELECTED_FEATURES_ONLY = qgisprocess:::qgis_default_value(),
USE_LAYER_TITLE = qgisprocess:::qgis_default_value(),
FORCE_2D = qgisprocess:::qgis_default_value(),
MTEXT = qgisprocess:::qgis_default_value(),
EXPORT_LINES_WITH_ZERO_WIDTH = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LAYERS |
|
SYMBOLOGY_MODE |
|
SYMBOLOGY_SCALE |
|
MAP_THEME |
|
ENCODING |
|
CRS |
|
EXTENT |
|
SELECTED_FEATURES_ONLY |
|
USE_LAYER_TITLE |
|
FORCE_2D |
|
MTEXT |
|
EXPORT_LINES_WITH_ZERO_WIDTH |
|
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 - outputFile - DXF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.