g.gui.dbmgr.html 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!-- meta page description: wxGUI Attribute Table Manager -->
  2. <!-- meta page index: topic_gui|GUI -->
  3. <h2>DESCRIPTION</h2>
  4. The <b>Attribute Table Manager</b> is
  5. a <em><a href="wxGUI.html">wxGUI</a></em> compoment to query, edit,
  6. and manage attribute data for vector maps. The attribute table manager
  7. can be launched by clicking on icon <img src="icons/table.png"
  8. alt="icon"> in the toolbar. It's also available as a stand-alone
  9. module <em>g.gui.dbmgr</em>.
  10. <p>
  11. <em>Attribute table manager</em> allows you to:
  12. <ul>
  13. <li>browse attribute data of vector map, perform SQL select
  14. statements;</li>
  15. <li>modify attribute data, insert new records to attribute table,
  16. delete existing records;</li>
  17. <li>highlight selected items in the Map Display Window;</li>
  18. <li>extract selected items into a new vector map;</li>
  19. <li>modify attribute table - add, drop, rename columns;</li>
  20. <li>modify vector map DB connection settings - add, remove or
  21. modify layers.</li>
  22. </ul>
  23. <center>
  24. <br>
  25. <img src="dbmgr_frame.jpg" border="1" alt="Attribute Table Manager">
  26. <br><br>
  27. </center>
  28. <h2>SEE ALSO</h2>
  29. <em>
  30. <a href="wxGUI.html">wxGUI</a><br>
  31. <a href="wxGUI.components.html">wxGUI components</a>
  32. </em>
  33. <p>
  34. <em>
  35. <a href="db.columns.html">db.columns</a>,
  36. <a href="db.connect.html">db.connect</a>,
  37. <a href="db.describe.html">db.describe</a>,
  38. <a href="db.drivers.html">db.drivers</a>,
  39. <a href="db.execute.html">db.execute</a>,
  40. <a href="db.select.html">db.select</a>,
  41. <a href="db.tables.html">db.tables</a>
  42. </em>
  43. <p>
  44. <em>
  45. <a href="v.db.addcolumn.html">v.db.addcolumn</a>,
  46. <a href="v.db.connect.html">v.db.connect</a>,
  47. <a href="v.db.dropcolumn.html">v.db.dropcolumn</a>,
  48. <a href="v.db.renamecolumn.html">v.db.renamecolumn</a>,
  49. <a href="v.what.html">v.what</a>
  50. </em>
  51. <p>
  52. See
  53. also <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Attribute_Table_Manager">wiki</a>
  54. page
  55. including <a href="http://grasswiki.osgeo.org/wiki/WxGUI_Attribute_Table_Manager#Video_tutorials">video
  56. tutorials</a>.
  57. <h2>AUTHORS</h2>
  58. Martin Landa, <a href="http://www.fbk.eu">FBK-irst</a> (2007-2008),
  59. Trento, Italy, and <a href="http://www.cvut.cz">Czech Technical
  60. University in Prague</a>, Czech Republic<br>
  61. Michael Barton, Arizona State University, USA<br>
  62. Jachym Cepicky
  63. <p>
  64. <i>$Date$</i>