]> granicus.if.org Git - postgis/commit
Addition of ST_Band functionality.
authorBborie Park <bkpark at ucdavis.edu>
Mon, 16 May 2011 19:11:21 +0000 (19:11 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Mon, 16 May 2011 19:11:21 +0000 (19:11 +0000)
commit41ca87ef019df598f449859e94799ee984c8f35b
tree05b56b6ab1f328aa63e23b0379332aaad7bc52ae
parentcbe81a3405d905784dad271b4625d2944dcbc967
Addition of ST_Band functionality.
  - added function rt_raster_from_band to rt_core/rt_api.c and rt_api.h
- added test case to test/core/testapi.c
- added function RASTER_band to rt_pg/rt_pg.c
- added SQL functions for ST_Band to rt_pg/rtpostgis.sql.in.c
- added regression tests in test/regress

Associated ticket is #339 and attached patch st_band.3.patch

git-svn-id: http://svn.osgeo.org/postgis/trunk@7147 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/test/core/testapi.c
raster/test/regress/Makefile.in
raster/test/regress/rt_band.sql [new file with mode: 0644]
raster/test/regress/rt_band_expected [new file with mode: 0644]