Changes between Version 17 and Version 18 of Grass7/VectorLib/PostGISInterface
- Timestamp:
- 11/27/12 08:43:14 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Grass7/VectorLib/PostGISInterface
v17 v18 19 19 ||'''Level'''||'''Write new feature'''||'''Delete existing feature'''||'''Rewrite existing feature''' 20 20 ||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()] 21 ||2 (with pseudo-topology/topology)||[http://grass.osgeo.org/programming7/write__pg_8c.html#a73b18af6db4e309f57bdd13ed3e9ad9e V2_write_line_pg()]|||| 21 ||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()]|||| 22 23 23 24 == Simple features access ==