mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
13 lines
580 B
HTML
13 lines
580 B
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Convert Lines to Polygons</h1>
|
|
<div class='author'>O.Conrad (c) 2005</div>
|
|
<div class='description'>Converts lines to polygons. Line arcs are closed to polygons simply by connecting the last point with the first.</div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Polygons <div class='type'>Output Shapes</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Lines <div class='type'>Input Shapes</div></dt><dd> <div class='constraints'></div></dd>
|
|
</dl>
|
|
</body></html>
|