Ticket #534 (new enhancement)
Provide function to add new geometries to a collection
| Reported by: | jchamberlain | Owned by: | strk |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS Future |
| Component: | postgis | Version: | 1.5.X |
| Keywords: | Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
