Changes between Version 31 and Version 32 of Grass7/VectorLib/PostGISInterface
- Timestamp:
- 11/28/12 00:30:38 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/VectorLib/PostGISInterface
v31 v32 21 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 22 ||2 (with topology - PostGIS Topology)||[http://grass.osgeo.org/programming7/write__pg_8c.html#a73b18af6db4e309f57bdd13ed3e9ad9e V2_write_line_pg()]|||| 23 24 See [http://grass.osgeo.org/programming7/vlibPg.html programmer's manual page] for complete overview. 23 25 24 26 By default data are read/write as simple features. If ''PostGIS Topology schema'' is defined then the data provider reads/writes topological elements from provided schema.