QGIS/python/plugins/sextante/saga/help/PolygonIntersection.html

18 lines
1.2 KiB
HTML

<html>
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
<body>
<h1 class='module'>Polygon Intersection</h1>
<div class='author'>(c) 2003 by O.Conrad</div>
<div class='description'>Intersection of polygon layers. Uses GPC - General Polygon Clipper - version 2.31 by Alan Murta.</div>
<h2>Parameters</h2>
<dl class='parameters'>
<dt>Layer A <div class='type'>Input Shapes</div></dt><dd> <div class='constraints'></div></dd>
<dt>Attribute A <div class='type'>Table field</div></dt><dd> <div class='constraints'></div></dd>
<dt>Layer B <div class='type'>Input Shapes</div></dt><dd> <div class='constraints'></div></dd>
<dt>Attribute B <div class='type'>Table field</div></dt><dd> <div class='constraints'></div></dd>
<dt>Intersection <div class='type'>Output Shapes</div></dt><dd> <div class='constraints'></div></dd>
<dt>Method <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: Complete Intersection, Intersection, Difference (A - B), Difference (B - A)</div></dd>
<dt>Split Parts <div class='type'>Boolean</div></dt><dd>Set true if you want multipart polygons to become separate polygons. <div class='constraints'></div></dd>
</dl>
</body></html>