Hi,
I have 2 layers one representing lines and the other layer is polygons.I need to create a point at the center of the polygon when a line intersect a polygon,can this be possible. thanks for your help.
Hi,
I have 2 layers one representing lines and the other layer is polygons.I need to create a point at the center of the polygon when a line intersect a polygon,can this be possible. thanks for your help.
Best answer by erik_jan
This would be a possible solution:
Use the LineonAreaOverlayer.
Followed by a Tester on the Area output port (test for _overlaps > 0).
For those Areas that pass the test use the CenterPointReplacer to create the center point.
Output both the original areas and the center points to get the needed result.
Hope this helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.