[GRASS-SVN] r39372 - grass/trunk/lib/vector
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 2 04:40:11 EDT 2009
Author: martinl
Date: 2009-10-02 04:40:11 -0400 (Fri, 02 Oct 2009)
New Revision: 39372
Modified:
grass/trunk/lib/vector/vectorlib.dox
Log:
update doxygen docs - add ref to ascii fns
Modified: grass/trunk/lib/vector/vectorlib.dox
===================================================================
--- grass/trunk/lib/vector/vectorlib.dox 2009-10-02 08:21:35 UTC (rev 39371)
+++ grass/trunk/lib/vector/vectorlib.dox 2009-10-02 08:40:11 UTC (rev 39372)
@@ -1523,7 +1523,9 @@
Vector map can be converted to the ASCII representation at user level
by <tt>v.out.ascii format=standard</tt> command.
+See \ref vlibAsciiFn for list of related functions.
+
The header is similar as the head file of vector binary format (see
\ref vlibHeadFileFormat) but contains bounding box also. Keywords are:
@@ -1689,6 +1691,7 @@
- \subpage vlibType
- \subpage vlibDelete
- \subpage vlibWrite
+- \subpage vlibAsciiFn
- \subpage vlibGeos
\section vlibArea Vector area functions
@@ -2311,7 +2314,7 @@
- Vect_rewind()
-\section vlibSindex Vector spatial index functions
+\section vlibSelect Vector select functions
- Vect_select_areas_by_box()
@@ -2326,7 +2329,7 @@
- Vect_select_nodes_by_box()
-\section vlibSelect custom spatial index functions
+\section vlibSindex Vector spatial index functions
- Vect_spatial_index_add_item()
@@ -2372,6 +2375,16 @@
- Vect_rewrite_line()
+\subsection vlibAsciiFn Vector ASCII functions
+
+ - Vect_read_ascii()
+
+ - Vect_read_ascii_head()
+
+ - Vect_write_ascii()
+
+ - Vect_write_ascii_head()
+
\section vlibGeos Vector GEOS functions
Note: The functions are available only if GRASS is compiled with
More information about the grass-commit
mailing list