Ticket #916 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

topology.Polygonize: automatically find faces from edges

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: trunk
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

Changed 2 years ago by strk

  • keywords history added
  • status changed from new to closed
  • resolution set to fixed

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

Note: See TracTickets for help on using tickets.