Changes between Version 91 and Version 92 of WKTRaster/SpecificationWorking01
- Timestamp:
- 12/21/09 14:28:18 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking01
v91 v92 280 280 $$ LANGUAGE SQL; 281 281 282 So it can then be used like this:282 It can then be used like this: 283 283 284 284 SELECT (ST_AsPolygon(rast)).val, (ST_AsPolygon(rast)).geom FROM sometable … … 368 368 This function should be implemented as a pl/pgSQL function (possibly only a SQL function) performing the intersection between the provided geometry and the table generated by ST_AsPolygon(raster). 369 369 370 Priority 1 should be given to the raster/geometry variants (original and variant 1) returning a geometry. 371 372 Priority 2 should be given to the raster/raster variants (5) returning a geometry. 373 374 Priority 3 should be given to the other variants (2, 3 & 4) returning a raster. Variant 2 & 3 should be implemented after the planned ST_AsRaster(geometry) function. What should be the raster result of the intersection of two rasters is still to be specified. 370 375 371 376