Changes between Version 25 and Version 26 of WKTRaster/GDALDriverSpecificationWorking
- Timestamp:
- 02/17/11 15:54:01 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/GDALDriverSpecificationWorking
v25 v26 121 121 === Implementation === 122 122 123 '''Pierre:''' Can't it not be as simple as the pseudo code below? In the best case the required blocks fits what is in the table and everything is optimized. If not it is slower. We don't have to know in advance whether the table is regularly tiled or not. 123 124 125 -------------------------------- 124 126 GDALRasterBand::IRasterIO(required tile metadata) 125 126 '''Pierre:''' Can't it not be as simple as that? In the best case the required blocks fits what is in the table and everything is optimized. If not it is slower. We don't have to know in advance whether the table is regularly tiled or not.127 127 128 128 Deduce a world coordinate rectangle which four corners are the center of the upper left, lower left, lower right, upper right pixels of the area requested.