mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
25 lines
1.3 KiB
HTML
25 lines
1.3 KiB
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Create New Shapes Layer</h1>
|
|
<div class='author'>O. Conrad (c) 2008</div>
|
|
<div class='description'>Creates a new empty shapes layer of given type, which might be either point, multipoint, line or polygon. Possible field types for the attributes table are:<br/>
|
|
- character string<br/>
|
|
- 1 byte integer<br/>
|
|
- 2 byte integer<br/>
|
|
- 4 byte integer<br/>
|
|
- 4 byte floating point<br/>
|
|
- 8 byte floating point<br/>
|
|
- 32 bit true color (RGB)<br/>
|
|
</div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Shapes <div class='type'>Output Data Object</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Name <div class='type'>Text</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Shape Type <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: Point, Multipoint, Lines, Polygon</div></dd>
|
|
<dt>Vertex Type <div class='type'>Choice</div></dt><dd> <div class='constraints'>Available choices: x, y, x, y, z, x, y, z, m</div></dd>
|
|
<dt>Number of Attributes <div class='type'>Integer</div></dt><dd> <div class='constraints'>Minimum: 1.0</div></dd>
|
|
<dt>Attributes <div class='type'>Parameters</div></dt><dd> <div class='constraints'></div></dd>
|
|
</dl>
|
|
</body></html>
|