Changes between Version 96 and Version 97 of WKTRaster/SpecificationWorking01


Ignore:
Timestamp:
Dec 22, 2009, 11:05:37 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking01

    v96 v97  
    300300 This is a set-returning function (SRF). A "wktgeomval " value is a complex type composed of a the wkt representation of a geometry (one for each contiguous group of pixel sharing the same value) and the value associated with this geometry. These values are always returned as a value of type double precision. The shape of each polygon follow pixels edges.
    301301
    302  This function should be used with precaution on raster with float pixel type as it could return one "geomval" (or polygon) per pixel. This kind of raster should be reclassified (using the planned ST_Reclassify(raster,...) function) before using ST_AsPolygon().
    303 
    304  ST_AsWKTRaster() should not be used directly. Use ST_AsPolygon() instead.
     302 This function should be used with precaution on raster with float pixel type as it could return one "geomval" (or polygon) per pixel. This kind of raster should be reclassified (using the planned ST_Reclassify(raster,...) function) before using ST_AsWKTPolygon().
     303
     304 ST_AsWKTPolygon() should not be used directly. Use ST_AsPolygon() instead.
    305305
    306306 '''Implementation details'''