wxGUI.Attribute_Table_Manager.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!-- meta page description: wxGUI Attribute Table Manager -->
  2. <!-- meta page index: wxGUI -->
  3. <h2>DESCRIPTION</h2>
  4. <em>Attribute table manager</em> allows to:
  5. <ul>
  6. <li>Browse attribute data of vector map, perform SQL select
  7. statements</li>
  8. <li>Modify attribute data, insert new records to attribute table,
  9. delete existing records</li>
  10. <li>Highlight selected items in the Map Display Window</li>
  11. <li>Extract selected items into a new vector map</li>
  12. <li>Modify attribute table - add, drop, rename columns</li>
  13. <li>Modify vector map DB connection settings - add, remove or
  14. modify layers</li>
  15. </ul>
  16. <h2>SEE ALSO</h2>
  17. <em>
  18. <a href="wxGUI.html">wxGUI</a><br>
  19. <a href="wxGUI.Components.html">wxGUI components</a>
  20. </em>
  21. <p>
  22. <em>
  23. <a href="db.columns.html">db.columns</a>,
  24. <a href="db.connect.html">db.connect</a>,
  25. <a href="db.describe.html">db.describe</a>,
  26. <a href="db.drivers.html">db.drivers</a>,
  27. <a href="db.execute.html">db.execute</a>,
  28. <a href="db.select.html">db.select</a>,
  29. <a href="db.tables.html">db.tables</a>
  30. </em>
  31. <p>
  32. <em>
  33. <a href="v.db.addcolumn.html">v.db.addcolumn</a>,
  34. <a href="v.db.connect.html">v.db.connect</a>,
  35. <a href="v.db.dropcolumn.html">v.db.dropcolumn</a>,
  36. <a href="v.db.renamecolumn.html">v.db.renamecolumn</a>,
  37. <a href="v.what.html">v.what</a>
  38. </em>
  39. <p>
  40. See also <a href="http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#Attribute_table_manager">wiki</a> page.
  41. <h2>AUTHORS</h2>
  42. <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>
  43. Michael Barton, Arizona State University, USA<br>
  44. Jachym Cepicky
  45. <p>
  46. <i>$Date$</i>