Changes between Version 95 and Version 96 of WKTRaster/SpecificationWorking01


Ignore:
Timestamp:
Dec 22, 2009, 10:36:29 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking01

    v95 v96  
    369369 If you only want to compute the intersection between the shape of the raster without polygonising it to group of contiguous pixels sharing a common value, do:
    370370
    371  ST_Intersection(ST_Shape(raster), geometry)
     371  ST_Intersection(ST_Shape(raster), geometry)
    372372
    373373 '''Implementation details'''