[GRASS-SVN] r39585 - grass/trunk/lib/vector

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 19 17:31:45 EDT 2009


Author: martinl
Date: 2009-10-19 17:31:44 -0400 (Mon, 19 Oct 2009)
New Revision: 39585

Modified:
   grass/trunk/lib/vector/vectorlib.dox
Log:
vlib doxygen docs: note sfa fns + update authors


Modified: grass/trunk/lib/vector/vectorlib.dox
===================================================================
--- grass/trunk/lib/vector/vectorlib.dox	2009-10-19 17:43:37 UTC (rev 39584)
+++ grass/trunk/lib/vector/vectorlib.dox	2009-10-19 21:31:44 UTC (rev 39585)
@@ -1692,7 +1692,8 @@
 - \subpage vlibDelete
 - \subpage vlibWrite
 - \subpage vlibAsciiFn
-- \subpage vlibGeos
+- \subpage vlibSFAFn
+- \subpage vlibGeosFn
 
 \section vlibArea Vector area functions
 
@@ -2387,8 +2388,26 @@
  
  - Vect_write_ascii_head()
 
-\section vlibGeos Vector GEOS functions
+\subsection vlibSFAFn Vector Simple Feature Access API
 
+Functions from GRASS Simple Feature API (in progress, incomplete).
+
+ - Vect_sfa_get_line_type()
+
+ - Vect_sfa_check_line_type()
+
+ - Vect_sfa_line_dimension()
+
+ - Vect_sfa_line_geometry_type()
+
+ - Vect_sfa_line_astext()
+
+ - Vect_sfa_is_line_simple()
+
+ - Vect_sfa_is_line_closed()
+
+\section vlibGeosFn Vector GEOS functions
+
 Note: The functions are available only if GRASS is compiled with
 <tt>--with-geos</tt> switch.
 
@@ -2405,11 +2424,16 @@
 
 \section vlibAuthors Authors
 
- Radim Blazek (vector architecture) <radim.blazek gmail.com>
+- Radim Blazek (vector architecture) <radim.blazek gmail.com>
 
- Roberto Micarelli (DGLib) <mi.ro iol.it>
+- Roberto Micarelli (DGLib) <mi.ro iol.it>
 
+Updates for GRASS 7:
 
+- Markus Metz (file-based spatial index)
+
+- Martin Landa (GEOS support, direct OGR read access) <landa.martin gmail.com>
+
 \section vlibReferences References
 
 Text based on: R. Blazek, M. Neteler, and R. Micarelli. The new GRASS 5.1



More information about the grass-commit mailing list