Changes between Version 6 and Version 7 of UsersWikiwktrasterfunctions


Ignore:
Timestamp:
May 2, 2010, 8:29:05 PM (14 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiwktrasterfunctions

    v6 v7  
    99sometableofpts AS p INNER JOIN raster_table As r
    1010  ON ST_Intersects(p.geom, ST_Envelope(rast))
    11 
    1211***/
    1312CREATE OR REPLACE FUNCTION upgis_ptval(param_rast raster, param_bnum integer, param_pt geometry)