[postgis-devel] [PostGIS] #1915: [raster] ST_ContainsProperly() in raster and vector space

PostGIS trac at osgeo.org
Mon Jul 23 11:47:18 PDT 2012


#1915: [raster] ST_ContainsProperly() in raster and vector space
-----------------------+----------------------------------------------------
 Reporter:  dustymugs  |       Owner:  dustymugs    
     Type:  defect     |      Status:  assigned     
 Priority:  medium     |   Milestone:  PostGIS 2.1.0
Component:  raster     |     Version:  trunk        
 Keywords:             |  
-----------------------+----------------------------------------------------
Changes (by dustymugs):

  * status:  new => assigned


Comment:

 ST_ContainsProperly will use an index if available.

 {{{
 1. st_containsproperly(
         rast1 raster, nband1 integer,
         rast2 raster, nband2 integer
 ) -> boolean

 2. st_containsproperly(
         rast1 raster,
         rast2 raster
 ) -> boolean
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1915#comment:2>
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