Solved

Creating points with coordinates in line attributes

  • 16 March 2021
  • 9 replies
  • 14 views

Badge +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 ?

 

icon

Best answer by sej 16 March 2021, 09:55

View original

9 replies

Badge +20

Use VertexCreator with x and y from gdb.

Badge +1

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

 

Badge +20

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

Badge +1

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

 

 

Badge +20

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

Badge +1

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

 

Badge +1

Thank you very much ;)

Badge +20

Thank you very much ;)

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

Userlevel 6
Badge +31

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

:)

Reply