Opened 13 years ago

Closed 13 years ago

#916 closed enhancement (fixed)

topology.Polygonize: automatically find faces from edges

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: master
Keywords: history Cc:

Description

A topology.Polygonize function might be an excellent companion of AddEdge in that it would greatly simplify batch topology construction (ie: when you already have a set of noded edges).

Basically you would:

  1. topology.AddEdge for each edge
  2. topology.Polygonize when done

By that time, you'd have nodes, edges and faces all in place.

Change History (1)

comment:1 by strk, 13 years ago

Keywords: history added
Resolution: fixed
Status: newclosed

r7047 implements this, r7048 regress-test it and r7049 documents it.

Note: See TracTickets for help on using tickets.