1403 |
</section> |
</section> |
1404 |
</chapter> |
</chapter> |
1405 |
|
|
1406 |
<chapter><title>Table Management</title> |
<chapter><title>Tabellen-Management</title> |
1407 |
<para> |
<para> |
1408 |
Thuban distinguishes two different types of tables: Attribute tables |
Thuban unterscheidet zwei unterschiedliche Tabellen-Typen: |
1409 |
(which belong to a layer) and normal data tables. Both provide |
Attributtabellen (welche zu einer Ebene geh�rt) sowie normale |
1410 |
the same general functionality with the difference that actions on an |
Datentabellen. |
1411 |
attribute table might also effect the map display. |
Beide bieten die gleiche allgemeine Funktionalit�t mit dem |
1412 |
|
einzigen Unterschied, dass Aktionen auf einer Attributtabelle |
1413 |
|
die Kartendarstellung �ndern k�nnen. |
1414 |
</para> |
</para> |
1415 |
|
|
1416 |
<section><title>Table View</title> |
<section><title>Tabellen-Ansicht</title> |
1417 |
<para> |
<para> |
1418 |
<figure> |
<figure> |
1419 |
<title>Table View</title> |
<title>Tabellen-Ansicht</title> |
1420 |
<mediaobject> |
<mediaobject> |
1421 |
<imageobject><imagedata fileref="../images/7_1_table_view.png" format="PNG" scale="&imgscale;"/></imageobject> |
<imageobject><imagedata fileref="../images/7_1_table_view.png" format="PNG" scale="&imgscale;"/></imageobject> |
1422 |
<imageobject><imagedata fileref="./images/7_1_table_view.eps" format="EPS" scale="&imgscale;"/></imageobject> |
<imageobject><imagedata fileref="./images/7_1_table_view.eps" format="EPS" scale="&imgscale;"/></imageobject> |
1424 |
</figure> |
</figure> |
1425 |
</para> |
</para> |
1426 |
<para> |
<para> |
1427 |
Thuban provides a standard dialog to display table contents, the |
Thuban stellt einen Standard-Dialog f�r die Anzeige einer Tabelle |
1428 |
Table View. The view has five sections: The title, selections, |
zur Verf�gung. Diese Aansicht hat 5 Elemente:Titel, Selektion, |
1429 |
the table grid, export functions, and the status bar. |
das Tabellenraster, Exportfunktionen und die Statuszeile. |
1430 |
</para> |
</para> |
1431 |
<para> |
<para> |
1432 |
The title bar identifies the table with its name. |
Die Titelzeile identifiziert die Tabelle mit ihrem Namen. |
1433 |
</para> |
</para> |
1434 |
<para> |
<para> |
1435 |
The selections box let the user perform simple analysis on the data |
Die Selektionsbox erlaubt es dem Benutzer einfache Analysen auf den Daten |
1436 |
based on comparisons: The first choice must be a field identifier of |
durch Vergleiche durchzuf�hren: Die erste Auswahl ist ein Feldbezeichner |
1437 |
the table, the second choice determines the type of comparison. The |
der Tabelle, die zweite Auswahl bestimmt den Typ des Vergleichs. |
1438 |
third choice can be either a specific value (interpreted as numerical |
Die dritte Auswahl kann entweder ein bestimmter Wert (interpretiert |
1439 |
or string depending on the type of the first field) or a second field |
als Zahl oder als Zeichenkette abh�ngig vom Typ des ersten Feldes) |
1440 |
identifier. Thus you can perform analysis like selecting all |
oder ein zweiter Feldbezeichner sein. |
1441 |
records where <literal>population > 10000</literal> or |
D.h. man kann Analysen durchf�hren wie alle Eintr�ge ausw�hlen bei |
1442 |
<literal>cars_per_inhabitant < bikes_per_inhabitant</literal> |
denen <literal>bevoelkerung > 10000</literal> oder |
1443 |
(note that the field names are only explanatory, the dBase files |
<literal>pkw_pro_einwohner < fahrraeder_pro_einwohner</literal> |
1444 |
allow only 11 character field names). |
(beachten Sie, dass die Namen nur exemplarisch sind, dBase Dateien |
1445 |
|
erlauben nur Bezeichner mit einer maximalen L�nge von 11 Zeichen). |
1446 |
|
|
1447 |
Selections can be combined either by applying a selection only on |
Selektionen k�nnen kombiniert werden. Entweder bezieht sich |
1448 |
a previously selected set of records or by adding the results of a |
die Selektion auf die zuvor selektierten Eintr�ge oder man kann |
1449 |
selection to a previous set. The default is that a selection replaces |
eine bestehende Selektion erweitern. Voreingestellt ist |
1450 |
earlier results. |
einersetzen der bisherigen Selektion. |
1451 |
</para> |
</para> |
1452 |
<para> |
<para> |
1453 |
The table grid shows the contents of the table (one record per row), |
Das Tabellenraster zeigt den Inhalt der Tabelle (pro Zeile ein Eintrag). |
1454 |
with highlighted selection results. Columns and rows can be resized. |
Selektionen sind hervorgehoben. Die Gr�sse der Zeiken und Spalten kann |
1455 |
</para> |
ver�ndert werden. |
1456 |
<para> |
</para> |
1457 |
The contents of a table can be exported into a file, either dBase |
<para> |
1458 |
format (DBF) or comma separated values (CSV). The |
Der Inhalt einer Tabelle kann in eine Datei exportiert werden, |
1459 |
<guibutton>Export</guibutton> button |
entweder im dBase format (DBF) oder als kommaseparierte Werte |
1460 |
raises a file dialog to specify a path and file name, the export type |
(CSV). Der. |
1461 |
is determined by the file extension (either .dbf or .csv). |
<guibutton>Export</guibutton> Knopf startet einen Dialog |
1462 |
|
zur Angabe des Pfades und des Namens der Datei. |
1463 |
The <guibutton>Export Selection</guibutton> button works similarly |
Der Export-Typ wird durch die Namenserwiterung spezifiziert |
1464 |
but exports only the selected records. |
(entweder .dbf oder .csv). |
1465 |
|
|
1466 |
The <guibutton>Close</guibutton> button closes the table view window. |
Der Knopf <guibutton>Exportiere Selektion</guibutton> funktioniert |
1467 |
This is different from the menu item |
�hnlich, exportiert aber nur die aktuelle Selektion. |
1468 |
|
|
1469 |
|
Der <guibutton>Schliessen</guibutton> Knopf schliesst das |
1470 |
|
Fenster mit der Tabellenansicht. Dies ist nicht zu verwechseln mit |
1471 |
|
dem Men�punkt |
1472 |
<menuchoice> |
<menuchoice> |
1473 |
<guimenu>Table</guimenu> |
<guimenu>Tabelle</guimenu> |
1474 |
<guimenuitem>Close</guimenuitem> |
<guimenuitem>Schliessen</guimenuitem> |
1475 |
</menuchoice> which unloads the table from Thuban. |
</menuchoice> welcher die Tabelle aus Thuban entfernt. |
1476 |
</para> |
</para> |
1477 |
<para> |
<para> |
1478 |
The status bar displays some statistics about the table and optional |
Die Statuszeile zeigt einige statistische Informationen zu |
1479 |
selection results. |
der Tabelle sowie zu Selektionsergebnisse an. |
1480 |
</para> |
</para> |
1481 |
</section> |
</section> |
1482 |
|
|
1483 |
<section><title>General Functionality (Menu Table)</title> |
<section><title>Allgemeine Funktionalit�t (Men� Tabelle)</title> |
1484 |
<para> |
<para> |
1485 |
The general functions affect all tables open in Thuban. Attribute |
Die allgemeinen Funktionen wirken sich auf alle ge�ffneten Tabellen |
1486 |
tables are considered here as normal data tables (with the exception |
aus. Attributtabellen werden wie normale Tabellen behandelt (mit der |
1487 |
that they cannot be closed). |
Ausnahme dass diese nicht geschlossen werden k�nnen). |
1488 |
</para> |
</para> |
1489 |
<section><title>Open</title> |
<section><title>�ffnen</title> |
1490 |
<para> |
<para> |
1491 |
The |
Der Men�punkt |
1492 |
<menuchoice> |
<menuchoice> |
1493 |
<guimenu>Table</guimenu> |
<guimenu>Tabelle</guimenu> |
1494 |
<guimenuitem>Open</guimenuitem> |
<guimenuitem>�ffnen</guimenuitem> |
1495 |
</menuchoice> |
</menuchoice> |
1496 |
item raises a file dialog to let you select a |
startet einen Dateiselektionsdialog f�r die Auswahl |
1497 |
dBase file from the file system to be loaded into Thuban read-only. |
einer dBase-Datei. Diese wird als nur-lesbar in Thuban |
1498 |
On <guibutton>OK</guibutton> the selected file is loaded and a |
geladen. |
1499 |
table view is opened. |
Mit <guibutton>OK</guibutton> wird die ausgew�hlte Datei |
1500 |
|
geladen und eine entsprechende Tabellenansicht ge�ffnet. |
1501 |
</para> |
</para> |
1502 |
</section> |
</section> |
1503 |
|
|
1504 |
<section><title>Close</title> |
<section><title>Schliessen</title> |
1505 |
<para> |
<para> |
1506 |
The |
Der Men�punkt |
1507 |
<menuchoice> |
<menuchoice> |
1508 |
<guimenu>Table</guimenu> |
<guimenu>Tabelle</guimenu> |
1509 |
<guimenuitem>Close</guimenuitem> |
<guimenuitem>Schliessen</guimenuitem> |
1510 |
</menuchoice> |
</menuchoice> |
1511 |
item raises a dialog listing the currently open |
startet einen Dialog welcher alle derzeit ge�ffneten Datentabellen |
1512 |
data tables |
(die geladen wurden �ber |
|
(loaded via |
|
1513 |
<menuchoice> |
<menuchoice> |
1514 |
<guimenu>Table</guimenu> |
<guimenu>Tabelle</guimenu> |
1515 |
<guimenuitem>Open</guimenuitem> |
<guimenuitem>�ffnen</guimenuitem> |
1516 |
</menuchoice>). Selected tables are dereferenced on confirmation. |
</menuchoice>). |
1517 |
Since tables are opened read-only the contents of the tables are |
Die gew�hlten Tabellen werden nach Best�tigung aus Thuban |
1518 |
not affected. |
entfernt. |
1519 |
|
Da die Tabellen als nur-lesend ge�ffnet wurden, wird |
1520 |
|
der Inhalt der Tabellen nicht ver�ndert. |
1521 |
|
|
1522 |
Any open views of the tables are closed as well. |
S�mtliche offenen Tabellenansichten f�r diese |
1523 |
|
Tabellen werden ebenfalls geschlossen. |
1524 |
|
|
1525 |
Tables used in a join cannot be closed. |
Tabellen die bei Verkn�pfungen verwendet werden |
1526 |
|
k�nnen nicht geschlossen werden. |
1527 |
</para> |
</para> |
1528 |
</section> |
</section> |
1529 |
|
|
1530 |
<section><title>Rename</title> |
<section><title>Umbenennen</title> |
1531 |
<para> |
<para> |
1532 |
<menuchoice> |
<menuchoice> |
1533 |
<guimenu>Table</guimenu> |
<guimenu>Tabelle</guimenu> |
1534 |
<guimenuitem>Rename</guimenuitem> |
<guimenuitem>Umbenennen</guimenuitem> |
1535 |
</menuchoice> changes the table title. |
</menuchoice> �ndert den Tabellentitel. |
1536 |
</para> |
</para> |
1537 |
</section> |
</section> |
1538 |
|
|
1539 |
<section><title>Show</title> |
<section><title>Anzeigen</title> |
1540 |
<para> |
<para> |
1541 |
The |
Der Men�punkt |
1542 |
<menuchoice> |
<menuchoice> |
1543 |
<guimenu>Table</guimenu> |
<guimenu>Tabelle</guimenu> |
1544 |
<guimenuitem>Show</guimenuitem> |
<guimenuitem>Anzeigen</guimenuitem> |
1545 |
</menuchoice> |
</menuchoice> |
1546 |
item raises a list of available tables (explicitly |
�ffnet einen Dialog mit der Liste der verf�gbaren |
1547 |
loaded, attribute tables, results of a join). Selected tables are |
Tabellen (explizit geladene Tabellen, Attributtabellen, |
1548 |
show in tables views on <guibutton>OK</guibutton>. |
Ergebnisse aus Verkn�pfungen). |
1549 |
|
Die ausgew�hlten Tabellen werden nach der |
1550 |
|
Best�tigung mit |
1551 |
|
<guibutton>OK</guibutton> in Tabellenansichten dargestellt.. |
1552 |
</para> |
</para> |
1553 |
</section> |
</section> |
1554 |
|
|