Changes between Version 31 and Version 32 of WKTRaster/SpecificationWorking02
- Timestamp:
- 09/21/10 06:48:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking02
v31 v32 16 16 17 17 ---- 18 == '''Objective B02x- Implement better support for NULL, Empty, !HasNoBand(rast), !HasNoBand(rast, band) and !BandIsNoData rasters in all functions.''' ==18 == '''Objective 2.0.04 - Implement better support for NULL, Empty, !HasNoBand(rast), !HasNoBand(rast, band) and !BandIsNoData rasters in all functions.''' == 19 19 20 20 Each function should better handle NULL rasters, empty rasterm rasters with no band and bands only filled with nodata values. … … 65 65 66 66 ---- 67 == '''Objective B02x - Being able to clipa raster.''' ==67 == '''Objective 2.0.05 - Being able to set and get values for part of a raster.''' == 68 68 69 69 '''ST_Clip''' … … 100 100 101 101 ---- 102 == '''Objective B02x - Being able to set and get the skew of a raster in terms of rotation.''' ==102 == '''Objective 2.0.01 - Being able to get and set the rotation of a raster''' == 103 103 104 104 '''ST_SetRotation(raster, angle)'''