12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <h2>DESCRIPTION</h2>
- <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 the Map Display Window</li>
- <li>Extract selected items into a 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>
- </em>
- <p>
- Other wxGUI components:<br>
- <em>
- <a href="wxGUI.Vector_Digitizer.html">Vector Digitizer</a><br>
- <a href="wxGUI.Nviz.html">3D Viewer</a><br>
- <a href="wxGUI.Modeler.html">Graphical Modeler</a><br>
- <a href="wxGUI.GCP_Manager.html">Manage Ground Control Points</a><br>
- <a href="wxGUI.PsMap.html">Cartographic Composer</a><br>
- </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.addcolumn.html">v.db.addcolumn</a>,
- <a href="v.db.connect.html">v.db.connect</a>,
- <a href="v.db.dropcolumn.html">v.db.dropcolumn</a>,
- <a href="v.db.renamecolumn.html">v.db.renamecolumn</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>
- <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$</i>
|