~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to gui/wxpython/docs/wxGUI.Attribute_Table_Manager.tmp.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<title>GRASS GIS Manual: wxGUI.Attribute_Table_Manager</title>
5
 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6
 
<link rel="stylesheet" href="grassdocs.css" type="text/css">
7
 
</head>
8
 
<body bgcolor="white">
9
 
<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
10
 
<h2>NAME</h2>
11
 
<em><b>wxGUI.Attribute_Table_Manager</b></em>
12
 
 
13
 
<h2>DESCRIPTION</h2>
14
 
 
15
 
The <em>Attribute table manager</em> allows you to:
16
 
 
17
 
<ul>
18
 
  <li>Browse attribute data of vector map, perform SQL select
19
 
  statements</li>
20
 
  <li>Modify attribute data, insert new records to attribute table,
21
 
  delete existing records</li>
22
 
  <li>Highlight selected items in Map Display Window</li>
23
 
  <li>Extract selected items into new vector map</li>
24
 
  <li>Modify attribute table - add, drop, rename columns</li>
25
 
  <li>Modify vector map DB connection settings - add, remove or
26
 
  modify layers</li>
27
 
</ul>
28
 
 
29
 
 
30
 
<h2>SEE ALSO</h2>
31
 
 
32
 
<em>
33
 
  <a href="wxGUI.html">wxGUI</a><br>
34
 
  <a href="wxGUI.Components.html">wxGUI components</a>
35
 
</em>
36
 
 
37
 
<p>
38
 
<em>
39
 
  <a href="db.columns.html">db.columns</a>,
40
 
  <a href="db.connect.html">db.connect</a>,
41
 
  <a href="db.describe.html">db.describe</a>,
42
 
  <a href="db.drivers.html">db.drivers</a>,
43
 
  <a href="db.execute.html">db.execute</a>,
44
 
  <a href="db.select.html">db.select</a>,
45
 
  <a href="db.tables.html">db.tables</a>
46
 
</em>
47
 
 
48
 
<p>
49
 
<em>
50
 
  <a href="v.db.addcol.html">v.db.addcol</a>,
51
 
  <a href="v.db.connect.html">v.db.connect</a>,
52
 
  <a href="v.db.dropcol.html">v.db.dropcol</a>,
53
 
  <a href="v.db.renamecol.html">v.db.renamecol</a>,
54
 
  <a href="v.what.html">v.what</a>
55
 
</em>
56
 
 
57
 
<p>
58
 
See also <a href="http://grasswiki.osgeo.org/wiki/WxPython-based_GUI_for_GRASS#Attribute_table_manager">wiki</a> page.
59
 
 
60
 
 
61
 
<h2>AUTHORS</h2>
62
 
 
63
 
<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>
64
 
Michael Barton, Arizona State University, USA<br>
65
 
Jachym Cepicky
66
 
 
67
 
<p>
68
 
<i>$Date: 2013-04-18 08:12:55 +0200 (Thu, 18 Apr 2013) $</i>
69
 
<HR>
70
 
<P><a href="index.html">Main index</a> - <a href="wxGUI.html">wxGUI index</a> - <a href="full_index.html">Full index</a></P>
71
 
<P>&copy; 2003-2014 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
72
 
</body>
73
 
</html>