瀏覽代碼

vlib doxygen docs: note sfa fns + update authors

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39585 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父節點
當前提交
0a4fd466f4
共有 1 個文件被更改,包括 28 次插入4 次删除
  1. 28 4
      lib/vector/vectorlib.dox

+ 28 - 4
lib/vector/vectorlib.dox

@@ -1692,7 +1692,8 @@ programming. The programmer should use only routines with this prefix.
 - \subpage vlibDelete
 - \subpage vlibWrite
 - \subpage vlibAsciiFn
-- \subpage vlibGeos
+- \subpage vlibSFAFn
+- \subpage vlibGeosFn
 
 \section vlibArea Vector area functions
 
@@ -2387,7 +2388,25 @@ programming. The programmer should use only routines with this prefix.
  
  - 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,10 +2424,15 @@ Note: The functions are available only if GRASS is compiled with
 
 \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>
+
+Updates for GRASS 7:
 
- Roberto Micarelli (DGLib) <mi.ro iol.it>
+- Markus Metz (file-based spatial index)
 
+- Martin Landa (GEOS support, direct OGR read access) <landa.martin gmail.com>
 
 \section vlibReferences References