2017-01-26 22:04:06 +00:00
|
|
|
v.out.ascii
|
|
|
|
Exports a vector map to a GRASS ASCII vector representation.
|
|
|
|
Vector (v.*)
|
2018-04-08 12:31:11 +10:00
|
|
|
QgsProcessingParameterFeatureSource|input|Name of input vector map|-1|None|False
|
2017-12-03 19:30:33 +01:00
|
|
|
QgsProcessingParameterEnum|type|Input feature type|point;line;boundary;centroid;area;face;kernel|True|0,1,2,3,4,5,6|True
|
2017-12-03 16:07:21 +01:00
|
|
|
QgsProcessingParameterField|columns|Name of attribute column(s) to be exported|None|input|-1|True|True
|
|
|
|
QgsProcessingParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|True|True
|
2017-09-05 18:14:26 +02:00
|
|
|
QgsProcessingParameterEnum|format|Output format|point;standard;wkt|False|0|False
|
|
|
|
QgsProcessingParameterEnum|separator|Field separator|pipe;comma;space;tab;newline|False|0|False
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterNumber|precision|Number of significant digits (floating point only)|QgsProcessingParameterNumber.Integer|8|True|0|32
|
|
|
|
*QgsProcessingParameterBoolean|-o|Create old (version 4) ASCII file|False
|
|
|
|
*QgsProcessingParameterBoolean|-c|Include column names in output (points mode)|False
|
2017-10-22 10:25:09 +02:00
|
|
|
QgsProcessingParameterFileDestination|output|Name for output ASCII file or ASCII vector name if '-o' is defined|Txt files (*.txt)|None|False
|