mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
29 lines
357 B
ReStructuredText
29 lines
357 B
ReStructuredText
CREATE EQUIVALENT NUMERICAL FIELD
|
|
=================================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Input layer[Vector]``:
|
|
- ``Class field[TableField]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Output layer[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('qgis:createequivalentnumericalfield', input, field, output)
|