Question

LineCloser does not work!

  • 9 April 2013
  • 3 replies
  • 6 views

Badge
I have a lot of lines like a grid. So I trying to use Intersect, Selfintersect and LineCloser but It does not work. I need to become those lines to polygon's.

 

So how can do that?

 

 


3 replies

Badge +14
Use the Intersector, followed by the AreaBuilder that will do what you want. If you read the help for the LineCloser you'll see that it wil only work if it can "turns input linear features into areas by adding their start point as the end point." In your scenario this is unlikely after you have intersected your grid.
Badge
Thank you for such a quick answer!

 

But I have another problem because some line are not connected.

 

So before I need connect  them.

 

I'm trying to use Extender...
Userlevel 4
Badge +25
Another way to connect lines together is the Snapper transformer. It all depends on whether the gap is caused by an undershoot, an overshoot, or a misplaced vertex.

 

 

But yes, one of the methods I've used in the past is to extend lines and then use the Intersector on them.

Reply