Changes between Version 57 and Version 58 of WKTRaster/SpecificationWorking03
- Timestamp:
- 04/09/11 13:14:33 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WKTRaster/SpecificationWorking03
v57 v58 77 77 78 78 ST_Band(rast, '1,2,3, 1, 1 , 2') 79 }}} 80 81 ST_Band(rast raster, nbands text, delimiter char) -> raster 82 83 nbands is a user-specified delimiter separated string of 1-based band indices indicating the bands to copy into the output raster 84 85 {{{ 86 ST_Band(rast, '1,2', ',') 87 88 ST_Band(rast, '1,2,3, 1, 1 , 2', ',') 79 89 }}} 80 90