Changes between Version 3 and Version 4 of UsersWikiwktrasterfunctions
- Timestamp:
- 05/02/10 20:28:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiwktrasterfunctions
v3 v4 4 4 {{{ 5 5 #!sql 6 7 -- Example use case: 8 /** SELECT upgis_ptval(r.rast, 1, p.geom) FROM 9 sometableofpts AS p INNER JOIN raster_table As r ON ST_Intersects(p.geom, ST_Envelope(rast)) 10 11 ***/ 6 12 CREATE OR REPLACE FUNCTION upgis_ptval(param_rast raster, param_bnum integer, param_pt geometry) 7 13 RETURNS float AS