Skip to main content
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.
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
Thank you!
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

 


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 :)