Split polygon where there is a point

389
1
06-28-2022 05:34 PM
CourtneyWatson
New Contributor III

Is it possible to split polygons at a point? 

I have created a buffer from network of lines and each line ends at a node.  I want to split the buffered polygon at each node.  The only way I have found this may be possible is to use Feature to Polygon and create a polygon from the lines but as you can see there are gaps in the polygon where the network bends and there is also some overlapping of the buffers.

 

Is there any way to just split the polygons directly where there is a point in a clean way with no gaps or overlapping?  Or am I going to have to do this manually?

 

Thanks

0 Kudos
1 Reply
DuncanHornby
MVP Notable Contributor

How about this as an alternative workflow: buffer each polyline individually with end type parameter set to flat? A very simple model with a feature iterator would achieve this.

0 Kudos