Skip to main content
Solved

Creating points with coordinates in line attributes

  • March 16, 2021
  • 9 replies
  • 233 views

Forum|alt.badge.img+1

Hello,

I am using FME to convert data in .gdb format to .dwg format.

In the data I have I have a data layer with rows.

In this layer each line contains the coordinates of an x, y point that I want to create but I can't.

 

Can you help me ?

 

Best answer by sej

Thank you very much ;)

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.

9 replies

caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • 571 replies
  • March 16, 2021

Use VertexCreator with x and y from gdb.


Forum|alt.badge.img+1
  • Author
  • 8 replies
  • March 16, 2021

Thanks, but that extends the line on this new point.

I need this to be an independent pointthe objective and that it allows the positioning of a text corresponding to the elevation value of a contour line

 


caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • 571 replies
  • March 16, 2021

Thanks, but that extends the line on this new point.

I need this to be an independent pointthe objective and that it allows the positioning of a text corresponding to the elevation value of a contour line

 

Set Mode to Replace with Point in VertexCreator


Forum|alt.badge.img+1
  • Author
  • 8 replies
  • March 16, 2021

Ok, I got the point but I want it to display the text contained in the elevation field of my line and I block it

in the order I put:

 

The line layer (in .gdb), vertexcreator, dwgstyler, attributemanager, the data (.dwg) but no text

 

 


caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • 571 replies
  • March 16, 2021

Ok, I got the point but I want it to display the text contained in the elevation field of my line and I block it

in the order I put:

 

The line layer (in .gdb), vertexcreator, dwgstyler, attributemanager, the data (.dwg) but no text

 

 

Use LabelPointReplacer after VertexCreator


Forum|alt.badge.img+1
  • Author
  • 8 replies
  • March 16, 2021

Actually I feel like I now need to convert this point to text but how?

 


Forum|alt.badge.img+1
  • Author
  • 8 replies
  • Best Answer
  • March 16, 2021

Thank you very much ;)


caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • 571 replies
  • March 16, 2021

Thank you very much ;)

Give a fellow FME-er some love: Upvote and mark Best Answer 👍


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • March 16, 2021

Give a fellow FME-er some love: Upvote and mark Best Answer 👍

:)