wxGUI.Attribute_Table_Manager.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>
  19. </em>
  20. <p>
  21. Other wxGUI components:<br>
  22. <em>
  23. <a href="wxGUI.Vector_Digitizer.html">Vector Digitizer</a><br>
  24. <a href="wxGUI.Nviz.html">3D Viewer</a><br>
  25. <a href="wxGUI.Modeler.html">Graphical Modeler</a><br>
  26. <a href="wxGUI.GCP_Manager.html">Manage Ground Control Points</a><br>
  27. <a href="wxGUI.PsMap.html">Cartographic Composer</a><br>
  28. </em>
  29. <p>
  30. <em>
  31. <a href="db.columns.html">db.columns</a>,
  32. <a href="db.connect.html">db.connect</a>,
  33. <a href="db.describe.html">db.describe</a>,
  34. <a href="db.drivers.html">db.drivers</a>,
  35. <a href="db.execute.html">db.execute</a>,
  36. <a href="db.select.html">db.select</a>,
  37. <a href="db.tables.html">db.tables</a>
  38. </em>
  39. <p>
  40. <em>
  41. <a href="v.db.addcolumn.html">v.db.addcolumn</a>,
  42. <a href="v.db.connect.html">v.db.connect</a>,
  43. <a href="v.db.dropcolumn.html">v.db.dropcolumn</a>,
  44. <a href="v.db.renamecolumn.html">v.db.renamecolumn</a>,
  45. <a href="v.what.html">v.what</a>
  46. </em>
  47. <p>
  48. See also <a href="http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#Attribute_table_manager">wiki</a> page.
  49. <h2>AUTHORS</h2>
  50. <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>
  51. Michael Barton, Arizona State University, USA<br>
  52. Jachym Cepicky
  53. <p>
  54. <i>$Date$</i>