[postgis-devel] [PostGIS] #534: Provide function to add new geometries to a collection

PostGIS trac at osgeo.org
Wed May 26 10:38:34 PDT 2010


#534: Provide function to add new geometries to a collection
--------------------------+-------------------------------------------------
 Reporter:  jchamberlain  |       Owner:  pramsey      
     Type:  enhancement   |      Status:  new          
 Priority:  medium        |   Milestone:  PostGIS 1.5.2
Component:  postgis       |     Version:  1.5.X        
 Keywords:                |  
--------------------------+-------------------------------------------------
 I would like to be able to add new geometries to an existing collection.
 Two examples that would be useful for me would be to add a new Point to an
 existing MultiPoint and a new Polygon to an existing MultiPolygon. For my
 purposes order is important which rules out using union to accomplish
 this. I like the functionality of ST_AddPoint() to append, but don't want
 to be limited to working with LineStrings. On the mailing list
 ST_AddGeometry was recommended, but I can't find a reference to that
 function, but if available that might work just great.

 Thanks,

 James

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