Changes between Version 22 and Version 23 of WKTRaster/GDALDriverSpecificationWorking
- Timestamp:
- 02/17/11 15:11:53 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/GDALDriverSpecificationWorking
v22 v23 93 93 '''Pierre question:''' In which case "the data type of the buffer is different than that of the GDALRasterBand"? 94 94 95 '''Pierre question:''' In which case "the buffer size (nBufXSize x nBufYSize) is different than the size of the region being accessed (nXSize x nYSize)"? 96 97 '''Pierre question:''' Do we agree that "Region oriented" is a general case of "''Natural'' block oriented" and that IReadBlock can be implemented as a wrapper around IRasterIO? 98 95 99 Clearly, there's no best method for reading/writing data in our case. In the ideal case of regulary blocked rasters, with no overlapping and same grid for all tiles, the block oriented r/w is the more appropiate strategy. But in the rest of the cases, a more general r/w method must be provided. 96 100