QGIS/python/plugins/processing/algs/qgis/help/snappointstogrid.rst

30 lines
363 B
ReStructuredText
Raw Normal View History

SNAP POINTS TO GRID
===================
Description
-----------
Parameters
----------
- ``Input Layer[Vector]``:
- ``Horizontal spacing[Number]``:
- ``Vertical spacing[Number]``:
Outputs
-------
- ``Output[Vector]``:
See also
---------
Console usage
-------------
::
processing.runalg('qgis:snappointstogrid', layername, hspacing, vspacing, savename)