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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 18 01:43:05 PDT 2012


Author: martinl
Date: 2012-06-18 01:43:04 -0700 (Mon, 18 Jun 2012)
New Revision: 52119

Modified:
   grass/trunk/lib/vector/vectorlib.dox
Log:
vlib: publish postgres/postgis related fns in doxygen manual page


Modified: grass/trunk/lib/vector/vectorlib.dox
===================================================================
--- grass/trunk/lib/vector/vectorlib.dox	2012-06-18 08:16:05 UTC (rev 52118)
+++ grass/trunk/lib/vector/vectorlib.dox	2012-06-18 08:43:04 UTC (rev 52119)
@@ -1553,6 +1553,7 @@
 - \subpage vlibAsciiFn
 - \subpage vlibSFAFn
 - \subpage vlibGeosFn
+- \subpage vlibPgFn
 
 \section vlibArea Vector area functions
 
@@ -2301,7 +2302,37 @@
 
  - Vect_get_isle_points_geos()
 
+\section vlibPgFn Vector PostgreSQL/PostGIS functions
 
+Note: The functions are available only if GRASS is compiled with
+<tt>--with-postgres</tt> switch.
+
+ - Vect_open_topo_pg()
+
+ - Vect_build_pg()
+
+(For internal use only)
+
+ - V1_open_old_pg(), V2_open_old_pg() called by Vect_open_old()
+
+ - V1_open_new_pg(), V2_open_new_pg() called by Vect_open_new()
+
+ - V1_rewind_pg(), V2_rewind_pg() called by Vect_rewind()
+
+ - V1_close_pg(), V2_close_pg() called by Vect_close()
+
+ - V1_read_line_pg(), V2_read_line_pg() called by Vect_read_line()
+
+ - V1_read_next_line_pg(), V2_read_next_line_pg() called by Vect_read_next_line()
+
+ - V1_delete_line_pg(), V2_delete_line_sfa() called by Vect_delete_line()
+
+ - V1_write_line_pg(), V2_write_line_pg() called by Vect_write_line()
+
+ - V1_rewrite_line_pg(), V2_rewrite_line_sfa() called by Vect_rewrite_line()
+
+ - V2_write_area_pg(), see <tt>v.out.postgis</tt> for implementation issues
+
 \section vlibAuthors Authors
 
 - Radim Blazek (vector architecture) <radim.blazek gmail.com>
@@ -2312,7 +2343,7 @@
 
 - Markus Metz (file-based spatial index, vector topology)
 
-- Martin Landa (GEOS support, direct OGR read access) <landa.martin gmail.com>
+- Martin Landa (GEOS support, direct OGR read access, PostgreSQL/PostGIS support) <landa.martin gmail.com>
 
 \section vlibReferences References
 



More information about the grass-commit mailing list