[postgis-tickets] [PostGIS] #4680: Implement ST_GetFaceGeometry by following rings, not face labels
PostGIS
trac at osgeo.org
Tue Jun 15 15:47:15 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: master
Resolution: | Keywords:
--------------------------+-----------------------------
Comment (by strk):
Important info: this would NOT be easy to make faster than GEOS with only
using SQL, as the already complex recusrive CTE used to find a ring of
edges would need to be iterated to find *all* rings, and for faces with a
lot of holes this would be very very expensive, unless it can be done with
a single SQL statement
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4680#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-tickets
mailing list