Hi, I wish to segment a line geometry at the buffer extent. I.e. The buffer centroid is an intersection of lines, and I wish to segment all connecting lines, so that they all have the same length around this node. Thank you for your help, I am a beginner at FME.
Page 1 / 1
Hi @velveteen Start with an Intersector to get the line intersections as nodes. Buffer those with the Bufferer and then use a Clipper or AreaOnAreaOverlayer to clip the original lines with the buffered nodes.