Changes between Version 70 and Version 71 of WKTRaster/SpecificationWorking01
- Timestamp:
- 12/16/09 13:50:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking01
v70 v71 229 229 This polygon geometry might contain holes if some internal areas of the raster contain pixels with NODATA values. By opposition ST_ConvexHull(raster) never contains holes. 230 230 231 231 '''Implementation details''' 232 232 233 233 This function could be roughly implemented as a SQL or PL/pgSQL function looking like 'SELECT ST_Collect(ST_AsPolygon(raster))'. For sure a more specialised version could be faster than ST_AsPolygon.