Changes between Version 30 and Version 31 of WKTRasterDriver


Ignore:
Timestamp:
Jul 8, 2009, 10:59:52 AM (15 years ago)
Author:
jorgearevalo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WKTRasterDriver

    v30 v31  
    9292
    9393And important issue here is ''how the tiles will finally be handled when fetching the raster data ''. Is the part in which I have more questions:
    94   * The data fetched with the Raster Band, is in HEXWKB format? (I think so) I should code a method to transform to this format to another ones...
     94  * The data fetched with the Raster Band, is in HEXWKB format? (I think so) I should code a method to transform from this format to another ones...
    9595  * Do we have to encode the data fetched in PNG/JPEG/TIFF format?
    9696  * May we assume that the tiles stored at the same table are homogeneus? What does exactly 'homogeneus' mean here? Only same pixel type?