Create the polygons by using the AreaBuilder.
Then use the LeftRightCalculator with line as Base and polygons as Candidate.
This should show you if a polygon is left or right from the line.
erik_jan wrote:
Create the polygons by using the AreaBuilder.
Then use the LeftRightCalculator with line as Base and polygons as Candidate.
This should show you if a polygon is left or right from the line.
This doesn't work for me. It gives me only polygon as an output and in feature information relative position as undefined for every line.
I had an idea how to solve this but i don't know is it valid and i had some additional problems.
My idea is to build polygon from lines, use Bufferer with small - buffer zone then use Chopper to decompose new polygon then use LeftRightSpatialCalculator to determine the side.
New problems are:
-I lost id of lines because of AreaBuilder.
-I gained extra line where angle is close to 360.
As a final result i need to have informations for only input lines.
I have uploaded my workspace and some simple test data.
example.fmw
test.zip