wxGUI.Attribute_Table_Manager.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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="db.columns.html">db.columns</a>,
  17. <a href="db.connect.html">db.connect</a>,
  18. <a href="db.describe.html">db.describe</a>,
  19. <a href="db.drivers.html">db.drivers</a>,
  20. <a href="db.execute.html">db.execute</a>,
  21. <a href="db.select.html">db.select</a>,
  22. <a href="db.tables.html">db.tables</a>
  23. </em>
  24. <p>
  25. <em>
  26. <a href="v.db.addcolumn.html">v.db.addcolumn</a>,
  27. <a href="v.db.connect.html">v.db.connect</a>,
  28. <a href="v.db.dropcolumn.html">v.db.dropcolumn</a>,
  29. <a href="v.db.renamecolumn.html">v.db.renamecolumn</a>,
  30. <a href="v.what.html">v.what</a>
  31. </em>
  32. <p>
  33. See also <a href="http://grass.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#Attribute_table_manager">Wiki</a> page.
  34. <h2>AUTHORS</h2>
  35. Martin Landa, FBK-irst, Trento, Italy, and CTU in Prague, Czech Republic<br>
  36. Michael Barton, Arizona State University, USA<br>
  37. Jachym Cepicky
  38. <p>
  39. <i>$Date$</i>