Changes between Version 26 and Version 27 of WKTRaster/GDALDriverSpecificationWorking


Ignore:
Timestamp:
Feb 17, 2011, 3:54:54 PM (13 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/GDALDriverSpecificationWorking

    v26 v27  
    130130  Fetch, in a unique SQL query, every rasters intersecting this area along with the upper left X & Y, width, height, scalex, scaleY, skewX and skewY
    131131 
    132   If there is only one row fetched and the metadata of this raster fits the required tile metadata (this means we are querying based on the natural block side)
     132  If there is only one row fetched and the metadata of this raster fits the required tile metadata (meaning we are querying based on the natural block size)
    133133
    134134   just copy the values as a block (memcopy) (is this possible? Should we have, Is't there a ST_Bytea() SQL function?)