Skip to main content
Solved

How to create a line between two attributes at same table

  • June 16, 2023
  • 1 reply
  • 24 views

spiderman
Contributor
Forum|alt.badge.img+7

Hello ,

i would like to create a line between two attributes that has coordinates at same table

This table has many points .

Id_1 | x1 |y1|id_2|x2|y2

x1 ,y1 relates to id_1

x2,y2 relates to id_2

Both of them are points. How could I create a line between id_1,id_2 and add text that include the value of id_1 and add text of value of id_2

FME 2021

Best answer by ctredinnick

You can use two Vertex Creators in series to create the line. The first one in mode Replace With Point, on x1,y1. The second one in mode Add Point, on x2,y2

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

ctredinnick
Supporter
Forum|alt.badge.img+19
  • Supporter
  • 225 replies
  • Best Answer
  • June 17, 2023

You can use two Vertex Creators in series to create the line. The first one in mode Replace With Point, on x1,y1. The second one in mode Add Point, on x2,y2