[GRASS-SVN] r38956 - grass/trunk/lib/vector
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 3 06:58:03 EDT 2009
Author: martinl
Date: 2009-09-03 06:58:03 -0400 (Thu, 03 Sep 2009)
New Revision: 38956
Modified:
grass/trunk/lib/vector/vectorlib.dox
Log:
typos
Modified: grass/trunk/lib/vector/vectorlib.dox
===================================================================
--- grass/trunk/lib/vector/vectorlib.dox 2009-09-03 09:53:30 UTC (rev 38955)
+++ grass/trunk/lib/vector/vectorlib.dox 2009-09-03 10:58:03 UTC (rev 38956)
@@ -732,7 +732,7 @@
\section vlibGeometry Vector library feature geometry
-\subsection ftypes Feature types
+\subsection vlibFeatureTypes Feature types
\code
#define GV_POINT 0x01
@@ -1058,7 +1058,7 @@
};
\endcode
-\subpage vlibTopoLevels Topology levels
+\subsection vlibTopoLevels Topology levels
The vector library defines more <i>topology levels</i> (only for level
of access 2):
@@ -1162,7 +1162,7 @@
area/centroid, instead of 4 which would be necessary in TIGER.
-\subsection vlibtopoMemory Topology memory management
+\subsection vlibTopoMemory Topology memory management
Topology is generated for all kinds of vector types. Memory is not
released by default. The programmer can force the library to release
@@ -1333,7 +1333,7 @@
</table>
-\section vlibSidx Vector library category index management
+\section vlibCidx Vector library category index management
The category index (stored in the cidx file) improves the performance of all
selections by cats/attributes (SQL, e.g. 'd.vect cats=27591', 'v.extract list=20000-21000').
@@ -1651,7 +1651,7 @@
- \subpage vlibGraph
- \subpage vlibHeader
- \subpage vlibHist
-- \subpage vlibInit_head
+- \subpage vlibInitHead
- \subpage vlibIntersect
- \subpage vlibLegalVname
- \subpage vlibLevel
More information about the grass-commit
mailing list