Browse Source

vlib(pg): doxygen cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57236 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
416b9d5e40
1 changed files with 14 additions and 12 deletions
  1. 14 12
      lib/vector/vectorlib_pg.dox

+ 14 - 12
lib/vector/vectorlib_pg.dox

@@ -23,9 +23,10 @@ page</a> for more info.
 \section vlibFn List of functions
 
 Note that the functions listed bellow are lower level subroutines, in
-other word these functions are not consider for usage. They are
-internally used by the vector library when accessing PostGIS data. The
-programmer should use higher level functions instead. 
+other word these functions are not considered to be part of public
+API. They are internally used by the vector library when accessing
+PostGIS data. The programmer should use higher level functions
+instead.
 
 - Vect_open_old() to open exising vector map (ie. PostGIS table when using GRASS-PostGIS data provider)
 - Vect_open_new() to create new vector map
@@ -51,12 +52,11 @@ access is provided by functions starting with <tt>V2_</tt> prefix.
 - V2_open_old_pg()
 
 - V1_open_new_pg()
-- V2_open_new_pg()
 
 - V1_close_pg()
 - V2_close_pg()
 
-\par Read feature from PostGIS table
+\par Read access
 
 - V1_rewind_pg()
 - V2_rewind_pg()
@@ -68,21 +68,23 @@ access is provided by functions starting with <tt>V2_</tt> prefix.
 - V2_read_line_sfa()
 - V2_read_line_pg()
 
-\par Write new feature to PostGIS table
+\par Write new feature or topological element
 
 - V1_write_line_pg()
-- V2_write_line_sfa()
-- V2_write_line_pg()
+- V2_write_line_sfa() - write new simple feature
+- V2_write_line_pg() - write new topological element in PostGIS Topology schema
 
-\par Delete exising feature from PostGIS table
+\par Delete exising feature or topological element
 
 - V1_delete_line_pg()
-- V2_delete_line_sfa()
+- V2_delete_line_sfa() - delete simple feature
+- V2_delete_line_pg() - delete topological element from PostGIS Topology schema
 
-\par Modify existing feature from PostGIS table
+\par Modify existing feature or topological element
 
 - V1_rewrite_line_pg()
-- V2_rewrite_line_sfa()
+- V2_rewrite_line_sfa() - modify simple feature
+- V2_rewrite_line_pg() - modify topological element from PostGIS Topology schema
 
 \par Build topology