Question

How would you apply SherbendGeneralizer to *polygon* data?

  • 21 April 2016
  • 1 reply
  • 1 view

How would you apply SherbendGeneralizer to *polygon* data?

1 reply

Badge +22

While I probably wouldn't (I prefer the Visvalingam algorithm for removing detail in polygons). I would try Counter ->TopologyBuilder (propogate attributes) -> SherbendGeneralizer on the Edges -> AreaBuilder (Grouped by Count, with a polygon list attribute) -> ListIndexer (0, to restore attributes).

 

 

You'll probably need a snapping tolerance on your area builder.

 

 

Reply