wxGUI.Attribute_Table_Manager.html 1.8 KB

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