[postgis-tickets] [PostGIS] #4851: TopoGeom_addTopoGeom(tgt TopoGeometry, src TopoGeometry) (was: toTopoGeom(TopoGeometry, TopoGeometry))

PostGIS trac at osgeo.org
Thu Feb 18 00:27:51 PST 2021


#4851: TopoGeom_addTopoGeom(tgt TopoGeometry, src TopoGeometry)
--------------------------+---------------------------
  Reporter:  strk         |      Owner:  strk
      Type:  enhancement  |     Status:  new
  Priority:  medium       |  Milestone:  PostGIS 3.2.0
 Component:  topology     |    Version:  master
Resolution:               |   Keywords:
--------------------------+---------------------------
Description changed by strk:

Old description:

> A function adding components of the first TopoGeometry to the definition
> of the second TopoGeometry.
>
> This is similar to the existing toTopoGeom(Geometry, TopoGeometry) but
> works on TopoGeometries directly.
>
> The function as I see it should ONLY work at the topological level, so no
> conversion of any kind. The two argument TopoGeometries MUST belong to
> the SAME topology and need be of the same kind (simple or, hierarchically
> defined by the SAME lower layer)

New description:

 A function adding components of the second TopoGeometry to the definition
 of the first TopoGeometry.

 This is similar to the existing TopoGeom_addElement but adds all elements
 of the source TopoGeometry.

 The two argument TopoGeometries MUST belong to the SAME topology and need
 be of the same kind (simple or, hierarchically defined by the SAME lower
 layer)

--

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4851#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-tickets mailing list