Changes between Version 38 and Version 39 of Grass7/VectorLib/PostGISInterface


Ignore:
Timestamp:
Jul 21, 2013, 1:07:27 AM (11 years ago)
Author:
martinl
Comment:

V2_delete|rewrite_line_pg

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/VectorLib/PostGISInterface

    v38 v39  
    1414||1 (without topology)||[http://grass.osgeo.org/programming7/read__pg_8c.html#a654fbf094198b35199d2eac15b2e1b13 V1_read_next_line_pg()]||[http://grass.osgeo.org/programming7/read__pg_8c.html#a7c66b4bca09746dadb01d428285ad70a V1_read_line_pg()]
    1515||2 (with pseudo-topology/topology)||[http://grass.osgeo.org/programming7/read__pg_8c.html#a1cbb8c310ff27ace719f0d3b618b9705 V2_read_next_line_pg()]||[http://grass.osgeo.org/programming7/read__pg_8c.html#a52b5d48ac7fc14bc7482bfff6c992429 V2_read_line_pg()]
    16 
    1716Overview of subroutines to '''write''' PostGIS data:
    1817
     
    2019||1 (without topology)||[http://grass.osgeo.org/programming7/write__pg_8c.html#a8127019aaeb9c61409f5777a48cbf95f V1_write_line_pg()]||[http://grass.osgeo.org/programming7/write__pg_8c.html#a15daeb6c7a1baf659be970b5fa9f3fba V1_rewrite_line_pg()]||[http://grass.osgeo.org/programming7/write__pg_8c.html#ae16c44528a13f7343d08f073015e83f5 V1_delete_line_pg()]
    2120||2 (with pseudo-topology - simple feature access)||[http://grass.osgeo.org/programming7/write__sfa_8c.html#ab9cb491b38a015a1a3f419d03f7b02b1 V2_write_line_sfa()]||[http://grass.osgeo.org/programming7/write__sfa_8c.html#a35c4d5d9199aac66e331198d0281fa1f V2_rewrite_line_sfa()]||[http://grass.osgeo.org/programming7/write__sfa_8c.html#a8ffaeddebd619612152c1a2970f51c3a V2_delete_line_sfa()]
    22 ||2 (with topology - PostGIS Topology)||[http://grass.osgeo.org/programming7/write__pg_8c.html#a73b18af6db4e309f57bdd13ed3e9ad9e V2_write_line_pg()]||||
     21||2 (with topology - PostGIS Topology)||[http://grass.osgeo.org/programming7/write__pg_8c.html#a73b18af6db4e309f57bdd13ed3e9ad9e V2_write_line_pg()]||[http://grass.osgeo.org/programming7/write__pg_8c.html#a9d4a61ac5e9502d4bdc7db8ac2c46636 V2_delete_line_pg()]||[http://grass.osgeo.org/programming7/rewind__pg_8c.html#a04cab46522ad3fd51de8fa7e42b34497 V2_rewrite_line_pg()]
    2322
    2423See [http://grass.osgeo.org/programming7/vlibPg.html programmer's manual page] for complete overview.