Changes between Version 94 and Version 95 of WKTRaster/SpecificationWorking01
- Timestamp:
- 12/22/09 10:35:15 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking01
v94 v95 263 263 This function could be roughly implemented as a SQL function looking like 'SELECT ST_Collect((ST_AsPolygon(raster)).geom)'. For sure a more specialised version could be faster than ST_AsPolygon. 264 264 265 [[Image(WKTRasterShape.gif)]] 266 265 267 '''ST_AsPolygon(raster) -> geomval set''' - Returns a set of "geomval" value, one for each contiguous group of pixel sharing the same value. 266 268 … … 292 294 SELECT (gv).val, (gv).geom FROM (SELECT ST_AsPolygon(rast) gv FROM sometable) foo 293 295 296 [[Image(WKTRasterAsPolygon.gif)]] 294 297 295 298 '''ST_AsWKTPolygon(raster) -> wktgeomval set''' - Returns a set of "geomval" value, one for each contiguous group of pixel sharing the same value.