1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
<h2>DESCRIPTION</h2>
The <em>Attribute table manager</em> allows you to:
<ul>
<li>Browse attribute data of vector map, perform SQL select
statements</li>
<li>Modify attribute data, insert new records to attribute table,
delete existing records</li>
<li>Highlight selected items in Map Display Window</li>
<li>Extract selected items into new vector map</li>
<li>Modify attribute table - add, drop, rename columns</li>
<li>Modify vector map DB connection settings - add, remove or
modify layers</li>
</ul>
<h2>SEE ALSO</h2>
<em>
<a href="wxGUI.html">wxGUI</a><br>
<a href="wxGUI.Components.html">wxGUI components</a>
</em>
<p>
<em>
<a href="db.columns.html">db.columns</a>,
<a href="db.connect.html">db.connect</a>,
<a href="db.describe.html">db.describe</a>,
<a href="db.drivers.html">db.drivers</a>,
<a href="db.execute.html">db.execute</a>,
<a href="db.select.html">db.select</a>,
<a href="db.tables.html">db.tables</a>
</em>
<p>
<em>
<a href="v.db.addcol.html">v.db.addcol</a>,
<a href="v.db.connect.html">v.db.connect</a>,
<a href="v.db.dropcol.html">v.db.dropcol</a>,
<a href="v.db.renamecol.html">v.db.renamecol</a>,
<a href="v.what.html">v.what</a>
</em>
<p>
See also <a href="http://grasswiki.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#Attribute_table_manager">wiki</a> page.
<h2>AUTHORS</h2>
<a href="http://geo.fsv.cvut.cz/gwiki/Landa">Martin Landa</a>, <a href="http://www.fbk.eu">FBK-irst</a> (2007-2008), Trento, Italy, and <a href="http://www.cvut.cz">Czech Technical University in Prague</a>, Czech Republic<br>
Michael Barton, Arizona State University, USA<br>
Jachym Cepicky
<p>
<i>$Date: 2013-04-18 08:12:55 +0200 (Thu, 18 Apr 2013) $</i>
|