[postgis-devel] [PostGIS] #256: Support GeometryCollection as argument in Spatial Relationship functions

PostGIS trac at osgeo.org
Thu Oct 1 19:05:25 PDT 2009


#256: Support GeometryCollection as argument in Spatial Relationship functions
------------------------------------------------------------------+---------
 Reporter:  andi                                                  |       Owner:  pramsey      
     Type:  defect                                                |      Status:  new          
 Priority:  critical                                              |   Milestone:  postgis 1.4.1
Component:  postgis                                               |     Version:  1.4          
 Keywords:  GeometryCollection, Geometry, relationship, function  |  
------------------------------------------------------------------+---------
 Functions like ST_Intersects() still do not support the GeometryCollection
 type as argument. I have implemented a wrapper in plpgsql, which loops
 over collection geometries, but this inacceptably inperformant.

 A native implementation makes sense because other multi geometries are
 supported, too.

 The docs for 1.4 still warn not to use GeometryCollection as argument, so
 I think milestone 1.4.1 is correct.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/256>
PostGIS <http://trac.osgeo.org/postgis/>
PostGIS


More information about the postgis-devel mailing list