[postgis-tickets] [PostGIS] #4680: Implement ST_GetFaceGeometry by following rings, not face labels
PostGIS
trac at osgeo.org
Wed Aug 11 08:00:43 PDT 2021
#4680: Implement ST_GetFaceGeometry by following rings, not face labels
--------------------------+-----------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS Fund Me
Component: topology | Version: main
Resolution: | Keywords:
--------------------------+-----------------------------
Comment (by strk):
For the record: we do have some C code to build polygons under the
lwt_Polygonize function, we could do a single database access to fetch all
edges advertising the given face on any of their sides and do the graph
walking in memory. Note that the direct edge linking is not always enough
as it would build Maximal Edge Rings while we'd need a Minimal Edge Rings
to avoid self-intersecting shells invalidities (and dangling pointers).
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4680#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