]> granicus.if.org Git - postgis/commit
Refactored the GDALRasterIO part of rt_raster_from_gdal_dataset to use scanlines...
authorBborie Park <bkpark at ucdavis.edu>
Wed, 7 Dec 2011 15:29:46 +0000 (15:29 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Wed, 7 Dec 2011 15:29:46 +0000 (15:29 +0000)
commit13ac027977add4dd661d0edf947d204bcdd09f71
tree1f80980f4e363f77107f057446ecb7651a79e3c3
parent064209f7a7185aad061ac74abdd4106640e7c2ca
Refactored the GDALRasterIO part of rt_raster_from_gdal_dataset to use scanlines instead of "natural" blocks, which dramatically simplifies the code and makes it easier to maintain.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8313 b70326c6-7e19-0410-871a-916f4a2858ee
raster/rt_core/rt_api.c
raster/rt_core/rt_api.h
raster/rt_pg/rt_pg.c