]> granicus.if.org Git - postgis/commit
Removed ST_BandSurface as ST_Polygon does the same thing, just in SQL.
authorBborie Park <bkpark at ucdavis.edu>
Tue, 17 Jul 2012 22:37:37 +0000 (22:37 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Tue, 17 Jul 2012 22:37:37 +0000 (22:37 +0000)
commit7748002edc815a6c5a2dd3372ae5835ce5c88797
treeea31bc786513e32005d3ec599459c1cc8a8bd83d
parentff2c9fb9674e708b87e73cefee48cfe2af0c7a8f
Removed ST_BandSurface as ST_Polygon does the same thing, just in SQL.
Changed ST_Polygon to point use C function instead of sql.
Refactored rt_raster_surface to match performance of SQL-only
ST_Polygon.

git-svn-id: http://svn.osgeo.org/postgis/trunk@10065 b70326c6-7e19-0410-871a-916f4a2858ee
NEWS
doc/reference_raster.xml
raster/rt_core/rt_api.c
raster/rt_pg/rt_pg.c
raster/rt_pg/rtpostgis.sql.in.c
raster/test/core/testapi.c
raster/test/regress/rt_bandsurface_expected