Hi All,
I have a polygon that I want to split by a line feature. I'm rather surprised to find out that there don't seem to be any tools that do this, or at least, none I've found yet. There are a lot of questions about this, but no consistent answers, or simple way of doing it.
Clipper - The Clipper feature needs to be an Area. Mine is a line.
LineOnAreaOverlayer - splits the line, not the area. :-/
Intersector - output is lines that don't reflect input areas nicely.
So, have I missed something? Is there a transformer for doing this? This is GIS 101 level geometry handling, so I'd be surprised if there isn't, but where is it hiding?
Thanks