mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
14 lines
649 B
HTML
14 lines
649 B
HTML
|
<html>
|
||
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
||
|
<body>
|
||
|
<h1 class='module'>Polygon Centroids</h1>
|
||
|
<div class='author'>(c) 2003 by O.Conrad</div>
|
||
|
<div class='description'>Creates a points layer containing the centroids of the input polygon layer.</div>
|
||
|
<h2>Parameters</h2>
|
||
|
<dl class='parameters'>
|
||
|
<dt>Polygons <div class='type'>Input Shapes</div></dt><dd> <div class='constraints'></div></dd>
|
||
|
<dt>Centroids <div class='type'>Output Shapes</div></dt><dd> <div class='constraints'></div></dd>
|
||
|
<dt>Centroids for each part <div class='type'>Boolean</div></dt><dd> <div class='constraints'></div></dd>
|
||
|
</dl>
|
||
|
</body></html>
|