wxGUI.Attribute_Table_Manager.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 the Map Display Window</li>
  9. <li>Extract selected items into a 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. <a href="wxGUI.PsMap.html">Cartographic Composer</a><br>
  26. </em>
  27. <p>
  28. <em>
  29. <a href="db.columns.html">db.columns</a>,
  30. <a href="db.connect.html">db.connect</a>,
  31. <a href="db.describe.html">db.describe</a>,
  32. <a href="db.drivers.html">db.drivers</a>,
  33. <a href="db.execute.html">db.execute</a>,
  34. <a href="db.select.html">db.select</a>,
  35. <a href="db.tables.html">db.tables</a>
  36. </em>
  37. <p>
  38. <em>
  39. <a href="v.db.addcolumn.html">v.db.addcolumn</a>,
  40. <a href="v.db.connect.html">v.db.connect</a>,
  41. <a href="v.db.dropcolumn.html">v.db.dropcolumn</a>,
  42. <a href="v.db.renamecolumn.html">v.db.renamecolumn</a>,
  43. <a href="v.what.html">v.what</a>
  44. </em>
  45. <p>
  46. See also <a href="http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#Attribute_table_manager">wiki</a> page.
  47. <h2>AUTHORS</h2>
  48. <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>
  49. Michael Barton, Arizona State University, USA<br>
  50. Jachym Cepicky
  51. <p>
  52. <i>$Date$</i>