Skip to main content
Question

How would you apply SherbendGeneralizer to *polygon* data?

  • April 21, 2016
  • 1 reply
  • 54 views

How would you apply SherbendGeneralizer to *polygon* data?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • April 21, 2016

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.