[GRASS-SVN] r38547 - grass/trunk/lib
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 31 07:04:35 EDT 2009
Author: martinl
Date: 2009-07-31 07:04:35 -0400 (Fri, 31 Jul 2009)
New Revision: 38547
Modified:
grass/trunk/lib/grasslib.dox
Log:
cosmetics in grasslib.dox
Modified: grass/trunk/lib/grasslib.dox
===================================================================
--- grass/trunk/lib/grasslib.dox 2009-07-31 11:03:47 UTC (rev 38546)
+++ grass/trunk/lib/grasslib.dox 2009-07-31 11:04:35 UTC (rev 38547)
@@ -74,7 +74,7 @@
- btree: Binary tree library - \ref btree
- cairodriver: \ref cairodriver
- cdhc: Library for testing normality and exponentiality - \ref cdhc
- - cluster: Library for cluster analysis (image processing) - \ref cluster
+ - cluster: \ref clusterlib (image processing)
- datetime: DateTime library - \ref datetime
- db: \ref dbmilib
- display: \ref displaylib
@@ -143,9 +143,10 @@
optional timestamp, range of values, quantization rules (for floating %point maps)
and null (no-data) files; </li>
-A GRASS <b>%vector maps</b> are stored in several separate files in a single
-directory. While the attributes are stored in either a DBF file, a SQLite file
-or in an external DBMS (PostgreSQL, MySQL, ODBC), the geometric data are saved
+A GRASS <b>%vector maps</b> are stored in several separate files in a
+single directory (see \ref vectorlib). While the
+attributes are stored in either a DBF file, a SQLite file or in an
+external DBMS (PostgreSQL, MySQL, ODBC), the geometric data are saved
as follows:
- <b>head</b>: %vector map ASCII header with information about the map creation
More information about the grass-commit
mailing list