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 ?
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 ?
Use VertexCreator with x and y from gdb.
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
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
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
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
Actually I feel like I now need to convert this point to text but how?
Thank you very much ;)
Thank you very much ;)
Give a fellow FME-er some love: Upvote and mark Best Answer 👍
Give a fellow FME-er some love: Upvote and mark Best Answer 👍
:)