Question

Segmenting a line at the buffer extent

  • 7 February 2019
  • 1 reply
  • 0 views

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.


1 reply

Userlevel 4
Badge +13

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.

Reply