Skip to main content
Question

Segmenting a line at the buffer extent

  • February 7, 2019
  • 1 reply
  • 17 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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • February 7, 2019

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.