Changes between Version 11 and Version 12 of WKTRaster/SpecificationWorking01
- Timestamp:
- 04/16/09 07:59:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking01
v11 v12 2 2 3 3 ---- 4 === ''' B01c - Being able to import TIFF rasters using raster2pgsql.exe''' ===4 === '''Objective 0.1.6c - Being able to import TIFF rasters using raster2pgsql.exe''' === 5 5 6 6 … … 75 75 ---- 76 76 77 === ''' B01d - Being able to get all the properties of a raster (all the “Get” functions).''' ===77 === '''Objective 0.1.6d - Being able to get all the properties of a raster (all the “Get” functions).''' === 78 78 79 79 '''RT_SRID(raster|geometry) -> integer'''[[BR]] … … 129 129 130 130 ---- 131 === ''' B01e - Being able to intersect vector and raster to produce vector.''' ===131 === '''Objective 0.1.6e - Being able to intersect vector and raster to produce vector.''' === 132 132 133 133 '''RT_GetBBox(raster) -> polygon geometry'''[[BR]] … … 140 140 ---- 141 141 142 === ''' B01f - Being able to return a JPEG, a TIFF or a PNG.''' ===142 === '''Objective 0.1.6f - Being able to return a JPEG, a TIFF or a PNG.''' === 143 143 144 144 '''RT_bytea(raster, band) -> raster'''[[BR]]