Skip to main content
Question

Split polygon by line

  • January 30, 2013
  • 4 replies
  • 56 views

jdh
Contributor
Forum|alt.badge.img+28
  • Contributor
I feel like I'm missing something obvious.  What is the best way to split (cut) a set of polygons with  some lines?

 

 

If I use the Intersector followed by the AreaBuilder I end up with a lot of additional areas created by the lines, and I have a few hoops to jump through to get the attributes back.

4 replies

philippeb
Enthusiast
Forum|alt.badge.img+20
  • Enthusiast
  • January 30, 2013
LineOnAreaOverlayer?

jdh
Contributor
Forum|alt.badge.img+28
  • Author
  • Contributor
  • January 30, 2013
That splits the lines at the boundaries of the area, I want the reverse.

fmelizard
Safer
Forum|alt.badge.img+18
  • Safer
  • January 30, 2013
Hi,

 

 

What about clipping the lines and dissolving the inside lines with the polygons? any luck with that?

Forum|alt.badge.img+1
  • January 31, 2013
Unless I misunderstand the problem, you should get what you need by first clipping the lines by the areas, then running the clipped lines and the areas into an AreaBuilder.  The clipping will prevent the dangling ends of your lines from forming extra areas.  You can recover your attributes by running an AreaOnAreaOverlayer.

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings