View source: R/sagang_exportshapestoxyz.R
sagang_exportshapestoxyz | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Export shapes to xyz (sagang:exportshapestoxyz). —————- Arguments —————- POINTS: Shapes Argument type: source Acceptable values: - Path to a vector layer FIELD: Attribute Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names HEADER: Save Table Header Default value: true Argument type: boolean Acceptable values: - 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 SEPARATE: Separate Line/Polygon Points Default value: 0 Argument type: enum Available values: - 0: (0) none - 1: (1) * - 2: (2) number of points Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' FILENAME: File Default value: False Argument type: file Acceptable values: - Path to a file
sagang_exportshapestoxyz(
POINTS = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
HEADER = qgisprocess:::qgis_default_value(),
SEPARATE = qgisprocess:::qgis_default_value(),
FILENAME = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
POINTS |
|
FIELD |
|
HEADER |
|
SEPARATE |
|
FILENAME |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
No output description provided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.