v.out.postgis.txt 780 B

1234567891011
  1. v.out.postgis
  2. Exports a vector map layer to PostGIS feature table.
  3. Vector (v.*)
  4. QgsProcessingParameterFeatureSource|input|Name of input vector map|-1|None|False
  5. QgsProcessingParameterEnum|type|Input feature type|point;line;boundary;centroid;area;face;kernel;auto|True|7|True
  6. QgsProcessingParameterString|output|Name for output PostGIS datasource|PG:dbname=grass|False|False
  7. QgsProcessingParameterString|output_layer|Name for output PostGIS layer|None|False|True
  8. QgsProcessingParameterString|options|Creation options|None|True|True
  9. *QgsProcessingParameterBoolean|-t|Do not export attribute table|False
  10. *QgsProcessingParameterBoolean|-l|Export PostGIS topology instead of simple features|False
  11. *QgsProcessingParameterBoolean|-2|Force 2D output even if input is 3D|False