Skip to main content
Solved

Is there a transformer for modifying attibute type to x_cordinate and y_cordinate ?

  • November 28, 2017
  • 2 replies
  • 52 views

dilipsebastian
Participant
Forum|alt.badge.img+2

Best answer by fmelizard

Hi @dilipsebastian, you can use the VertexCreator to create point geometry from attributes. For example, attr1 and attr2 can be used to create x,y coordinates.

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.

2 replies

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • Best Answer
  • November 28, 2017

Hi @dilipsebastian, you can use the VertexCreator to create point geometry from attributes. For example, attr1 and attr2 can be used to create x,y coordinates.


dilipsebastian
Participant
Forum|alt.badge.img+2
  • Author
  • Participant
  • November 29, 2017

Hi @dilipsebastian, you can use the VertexCreator to create point geometry from attributes. For example, attr1 and attr2 can be used to create x,y coordinates.

Thank You !