qgis_dxfexport: QGIS algorithm - Export layers to DXF

View source: R/qgis_dxfexport.R

qgis_dxfexportR Documentation

QGIS algorithm - Export layers to DXF

Description

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.

Usage

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()
)

Arguments

LAYERS

dxflayers - Input layers. .

SYMBOLOGY_MODE

enum of ⁠("No Symbology", "Feature Symbology", "Symbol Layer Symbology")⁠ - Symbology mode. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.

SYMBOLOGY_SCALE

scale - Symbology scale. A numeric value representing the scale denominator.

MAP_THEME

maptheme - Map theme. Name of an existing map theme.

ENCODING

enum of ⁠("ISO-8859-1", "ISO-8859-2", "ISO-8859-3", "ISO-8859-4", "ISO-8859-5", "ISO-8859-6", "ISO-8859-7", "ISO-8859-8", "ISO-8859-9", "Shift_JIS", "Big5", "CP936", "GB2312", "ms949", "cp850", "cp866", "cp1250", "cp1251", "cp1252", "cp1253", "cp1254", "cp1255", "cp1256", "cp1257", "cp1258", "macroman")⁠ - Encoding. Number of selected option, e.g. '1'. Comma separated list of options, e.g. '1,3'.

CRS

crs - CRS. CRS as an auth ID (e.g. 'EPSG:3111'). CRS as a PROJ4 string (e.g. 'PROJ4:…'). CRS as a WKT string (e.g. 'WKT:…'). Path to a layer. The CRS of the layer is used..

EXTENT

extent - Extent. A comma delimited string of x min, x max, y min, y max. E.g. '4,10,101,105'. Path to a layer. The extent of the layer is used..

SELECTED_FEATURES_ONLY

boolean - Use only selected features. 1 for true/yes. 0 for false/no. 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.

USE_LAYER_TITLE

boolean - Use layer title as name. 1 for true/yes. 0 for false/no. 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.

FORCE_2D

boolean - Force 2D output. 1 for true/yes. 0 for false/no. 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.

MTEXT

boolean - Export labels as MTEXT elements. 1 for true/yes. 0 for false/no. 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.

EXPORT_LINES_WITH_ZERO_WIDTH

boolean - Export lines with zero width. 1 for true/yes. 0 for false/no. 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.

OUTPUT

fileDestination - DXF. Path for new file.

...

further parameters passed to qgisprocess::qgis_run_algorithm()

.complete_output

logical specifying if complete out of qgisprocess::qgis_run_algorithm() should be used (TRUE) or first output (most likely the main) should read (FALSE). Default value is TRUE.

.quiet

logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.

.messages

logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.

Details

Outputs description

  • OUTPUT - outputFile - DXF


JanCaha/r_package_qgis documentation built on Aug. 4, 2024, 6:11 a.m.