]> granicus.if.org Git - postgis/commit
Renamed rt_raster_dump_as_wktpolygons() to rt_raster_gdal_polygonize(). Refactored...
authorBborie Park <bkpark at ucdavis.edu>
Thu, 23 Feb 2012 21:49:51 +0000 (21:49 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Thu, 23 Feb 2012 21:49:51 +0000 (21:49 +0000)
commitdea913f1232dcb3a2b94e7704bb48e32ec7f65c8
tree4213c3cc90ba2b57c6cce70552543cefacb6bcf4
parent59cf05272549cde0145585e35aec4c34e09c193c
Renamed rt_raster_dump_as_wktpolygons() to rt_raster_gdal_polygonize().  Refactored rt_raster_gdal_polygonize() to use LWPOLY objects instead of WKT strings.  Also added cleanup code to make invalid dumped geometries valid.  Associated tickets are #1586 and #637.

git-svn-id: http://svn.osgeo.org/postgis/trunk@9280 b70326c6-7e19-0410-871a-916f4a2858ee
raster/rt_core/rt_api.c
raster/rt_core/rt_api.h
raster/rt_pg/rt_pg.c
raster/rt_pg/rtpostgis.sql.in.c
raster/rt_pg/rtpostgis_drop.sql.in.c
raster/test/core/testapi.c