[GRASS-SVN] r31394 - grass/branches/develbranch_6/gui/wxpython/docs
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat May 17 13:08:46 EDT 2008
Author: martinl
Date: 2008-05-17 13:08:46 -0400 (Sat, 17 May 2008)
New Revision: 31394
Modified:
grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Attribute_Table_Manager.html
Log:
wxGUI: manual page (initial) for ATM
Modified: grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Attribute_Table_Manager.html
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Attribute_Table_Manager.html 2008-05-17 16:46:35 UTC (rev 31393)
+++ grass/branches/develbranch_6/gui/wxpython/docs/wxGUI.Attribute_Table_Manager.html 2008-05-17 17:08:46 UTC (rev 31394)
@@ -1,9 +1,43 @@
<h2>DESCRIPTION</h2>
-Add description here.
+<em>Attribute table manager</em> allows 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 connestion settings - add, remove or
+ modify layers</li>
+</ul>
+
<h2>SEE ALSO</h2>
+<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://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#Attribute_table_manager">Wiki</a> page.
+
<h2>AUTHORS</h2>
(Alphabetically ordered)<br><br>
More information about the grass-commit
mailing list