Skip to main content
Question

Create line from single point and text

  • November 16, 2020
  • 1 reply
  • 50 views

ingalla
Contributor
Forum|alt.badge.img+10

Hello

I need to create a polyline dataset based on a point dataset which contains a text string. The text attributes also contain the orientation.

 

As I have 1 point for each text feature how can I either :-

 

add another point at the end of the text string and then join the points together to create a polyline, or

 

can I just create a polyline directly from the text string for the correct length and orientation.

 

Any suggestions on how to achieve this would be welcome.

 

Thanks

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

david_r
Celebrity
  • 8392 replies
  • November 16, 2020

I'm not quite sure I understand the details of your question, but if you use a VertexCreator to add a vertex to an existing point geometry, it will automatically be converted to a line.