Skip to main content
Question

XY to line

  • November 6, 2014
  • 4 replies
  • 98 views

Forum|alt.badge.img
Hi,

 

 

I am looking a transformer that could work like the XY to line tool in ArcGIS.  For each spot I have a beginning lat/long and an ending lat/long on the same row.  I would like to connect the lat/longs on each row as a line and then move to the next row as a new line feature.  I have tried pointconnector which works great for sequential rows but I have not been able to get it to work in this manner.

 

 

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.

4 replies

david_r
Celebrity
  • 8394 replies
  • November 6, 2014
Hi,

 

 

try two VertexCreators,
  1. Mode Replace with point with beginning lat/long attributes
  2. Mode Add point with ending lat/long attributes
The features exiting the second VertexCreators will be lines.

 

 

David

Forum|alt.badge.img
  • Author
  • 10 replies
  • November 6, 2014
Thank you!

Forum|alt.badge.img+1
  • 19 replies
  • March 2, 2018
Hi,

 

 

try two VertexCreators,
  1. Mode Replace with point with beginning lat/long attributes
  2. Mode Add point with ending lat/long attributes
The features exiting the second VertexCreators will be lines.

 

 

David
perfect, thanks @david_r

 


craftydutchie
Forum|alt.badge.img
Hi,

 

 

try two VertexCreators,
  1. Mode Replace with point with beginning lat/long attributes
  2. Mode Add point with ending lat/long attributes
The features exiting the second VertexCreators will be lines.

 

 

David
Thanks - this is just what i needed :)