mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
52 lines
895 B
ReStructuredText
52 lines
895 B
ReStructuredText
CUT SHAPES LAYER
|
|
================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Shapes[MultipleInput]``:
|
|
- ``Method[Selection]``:
|
|
- ``Extent[Selection]``:
|
|
- ``Left[Number]``:
|
|
- ``Right[Number]``:
|
|
- ``Bottom[Number]``:
|
|
- ``Top[Number]``:
|
|
- ``Horizontal Range[Number]``:
|
|
- ``Vertical Range[Number]``:
|
|
- ``Shapes[Vector]``:
|
|
- ``Polygons[Vector]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Cut[Vector]``:
|
|
- ``Extent[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:cutshapeslayer', shapes, method, target, cut_ax, cut_bx, cut_ay, cut_by, cut_dx, cut_dy, shapes_shapes, polygons_polygons, cut, extent)
|
|
|
|
Available options for selection parameters:
|
|
|
|
method(Method)
|
|
0 - [0] completely contained
|
|
1 - [1] intersects
|
|
2 - [2] center
|
|
|
|
target(Extent)
|
|
0 - [0] user defined
|
|
1 - [1] grid project[do not use this option!]
|
|
2 - [2] shapes layer extent
|
|
3 - [3] polygons
|