Changes between Version 130 and Version 131 of WKTRaster/SpecificationWorking03
- Timestamp:
- 07/07/11 07:53:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v130 v131 353 353 * Does GDAL support change in skew? 354 354 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 356 359 '''ST_Clip(raster|geometry,geometry) -> same type as first argument'''[[BR]] 357 360 '''ST_Flip(raster|geometry, 'vertical'|'horizontal') -> same type as first argument'''