[postgis-devel] [PostGIS] #595: [raster] Add a series of ST_SetValues functions

PostGIS trac at osgeo.org
Fri Jul 27 14:00:20 PDT 2012


#595: [raster] Add a series of ST_SetValues functions
---------------------+------------------------------------------------------
 Reporter:  pracine  |       Owner:  pracine      
     Type:  task     |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.1.0
Component:  raster   |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------

Comment(by dustymugs):

 The third variant (geometry-based) could make use of the geomval data
 type...

 {{{
 ST_SetValues(
         rast raster,
         nband integer,
         geomvalset geomval[]
 ) -> raster
 }}}

 The geomval array allows the user to set many pixels at once in one call
 to ST_SetValues.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/595#comment:8>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list