I have a bunch of lines, intersecting, ... and I want to create areas for those regions that are "closed". (I placed the word closed between brackets, as you can see that the area is closed, because it is created by intersecting lines, but the area is not bounded by closed polygons, just by lines)
I wanted to use the Areabuilder (btw, the situation looks exactly the same as in the "help" of the Areabuilder), only thing is that my lines are not topologically connected, but just random lines that are intersecting.
little additional problem is that my data is 3D (with Z-component)...
I already managed to split the lines on the intersection points (with the intersector, after coordinate swapping, to let the intersector work on 3D data) but I still don't manage to create the areas.
I have this feeling that I first need to create a closed polyline or so? no idea how!
hopefully someone can help me out!
with kind regards,
Ine De Cubber