[GRASS-SVN] r51965 - grass-addons/grass7/vector/v.build.pg

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 4 01:13:29 PDT 2012


Author: martinl
Date: 2012-06-04 01:13:28 -0700 (Mon, 04 Jun 2012)
New Revision: 51965

Modified:
   grass-addons/grass7/vector/v.build.pg/v.build.pg.html
Log:
v.build.pg: explain better in the manual


Modified: grass-addons/grass7/vector/v.build.pg/v.build.pg.html
===================================================================
--- grass-addons/grass7/vector/v.build.pg/v.build.pg.html	2012-06-04 07:59:48 UTC (rev 51964)
+++ grass-addons/grass7/vector/v.build.pg/v.build.pg.html	2012-06-04 08:13:28 UTC (rev 51965)
@@ -13,6 +13,17 @@
 <p>
 Existing PostGIS topology schema can be overwrite by <b>--overwrite</b> flag.
 
+<p>
+<em>v.build.pg</em> calls PostGIS functions:
+<ol>
+  <li><a href="http://www.postgis.org/documentation/manual-svn/CreateTopology.html">CreateTopology()</a>
+    to create topology schema in the database</li>,
+  <li><a href="http://www.postgis.org/documentation/manual-svn/AddTopoGeometryColumn.html">AddTopoGeometryColumn()</a>
+    to add a topogeometry column to an existing feature table</li>, and
+  <li><a href="http://www.postgis.org/documentation/manual-svn/toTopoGeom.html">toTopoGeom()</a>
+  to create a new topo geometry from the simple feature geometry.</li>
+</ol>
+
 <h2>EXAMPLES</h2>
 
 <h3>Workflow example</h3>



More information about the grass-commit mailing list