[postgis-devel] [PostGIS] #830: ST_UnaryUnion

PostGIS trac at osgeo.org
Mon Feb 14 09:38:33 PST 2011


#830: ST_UnaryUnion
-------------------------+--------------------------------------------------
 Reporter:  strk         |       Owner:  strk         
     Type:  enhancement  |      Status:  new          
 Priority:  medium       |   Milestone:  PostGIS 2.0.0
Component:  postgis      |     Version:               
 Keywords:               |  
-------------------------+--------------------------------------------------

Comment(by strk):

 r6816 contains implementation and testing.
 Misses docs.

 Notable things for the documentation:
 * ST_UnaryUnion(<invalid_polygon>) will not give you a valid polygon, but
 return the input untouched
 * UnaryUnion unions the _components_ of a geometry, assuming each
 component is valid
 * ST_UnaryUnion(ST_Collect(the_geom)) is equivalent to ST_Union(the_geom)

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