mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
23 lines
910 B
HTML
23 lines
910 B
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Create New Table</h1>
|
|
<div class='author'>O. Conrad (c) 2005</div>
|
|
<div class='description'>Creates a new empty table. Possible field types 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>Table <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>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>
|