[postgis-devel] [PostGIS] #399: ST_CleanGeometry

PostGIS trac at osgeo.org
Fri Jan 29 14:55:42 PST 2010


#399: ST_CleanGeometry
----------------------+-----------------------------------------------------
  Reporter:  strk     |       Owner:  strk         
      Type:  task     |      Status:  new          
  Priority:  medium   |   Milestone:  PostGIS 2.0.0
 Component:  postgis  |     Version:               
Resolution:           |    Keywords:               
----------------------+-----------------------------------------------------
Comment (by kneufeld):

 Ah, yes, of course.  But, return MULTI* or a geometry set?  I think it has
 to a set.

 The only way to make this multipolygon valid is to return two separate
 polygons
 MULTIPOLYGON(((0 0, 0 1, 1 1, 1 0, 0 0)),
              ((1 0, 1 1, 1 2, 2 1, 1 0)))

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