Changes between Version 113 and Version 114 of WKTRaster/SpecificationWorking01
- Timestamp:
- 02/12/10 07:54:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking01
v113 v114 239 239 240 240 '''Implementation details''' 241 242 Could also be named ST_Outline(). 241 243 242 244 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.