Changes between Version 130 and Version 131 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Jul 7, 2011, 7:53:17 AM (13 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v130 v131  
    353353 * Does GDAL support change in skew?
    354354
    355 '''ST_SelectByValue(raster|geometry, 'expression') -> same type as first argument'''[[BR]]
     355'''ST_SelectByValue(raster, 'expression') -> same type as first argument'''
     356
     357 * Not really useful since it is the same as ST_MapAlgebra(rast, 'CASE WHEN rast < x OR rast = y THEN rast ELSE NULL END') which is already implemented.
     358
    356359'''ST_Clip(raster|geometry,geometry) -> same type as first argument'''[[BR]]
    357360'''ST_Flip(raster|geometry, 'vertical'|'horizontal') -> same type as first argument'''