mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
30 lines
363 B
ReStructuredText
30 lines
363 B
ReStructuredText
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)
|