mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
16 lines
882 B
HTML
16 lines
882 B
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Line Properties</h1>
|
|
<div class='author'>O. Conrad (c) 2009</div>
|
|
<div class='description'>Line properties: length, number of vertices.</div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Lines <div class='type'>Input Shapes</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Lines with Property Attributes <div class='type'>Output Shapes</div></dt><dd>If not set property attributes will be added to the orignal layer. <div class='constraints'></div></dd>
|
|
<dt>Number of Parts <div class='type'>Boolean</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Number of Vertices <div class='type'>Boolean</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Length <div class='type'>Boolean</div></dt><dd> <div class='constraints'></div></dd>
|
|
</dl>
|
|
</body></html>
|