Skip to main content
Question

Generalize with barrier feature

  • June 11, 2020
  • 1 reply
  • 34 views

ciarab
Contributor
Forum|alt.badge.img+9

Is there any transformer that would allow me to generalise a linear feature but use an area polygon as a barrier so that the line does not cross the barrier when it's generalised ? For example a linear road network and polygon road network . I want to generalise the road lines but keep them inside the road polygons . ?

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

Forum|alt.badge.img+2
  • 194 replies
  • June 12, 2020

You could draw a bounding box, clip, generalize, and then LineCombiner the lines back together into the original features.