QGIS/python/plugins/processing/algs/saga/help/addcoordinatestopoints.rst

29 lines
421 B
ReStructuredText
Raw Normal View History

ADD COORDINATES TO POINTS
=========================
Description
-----------
This algorithm adds the X and Y coordinates in the attribute table.
Parameters
----------
- ``Points[Vector]``: input points layer
Outputs
-------
- ``Output[Vector]``: resulting layer with the updated attribute table.
See also
---------
Console usage
-------------
::
sextante.runalg('saga:addcoordinatestopoints', input, output)