Solved

Create lines from points

  • 18 October 2018
  • 3 replies
  • 46 views

Badge +1

I have this where there are start first, end first coordinate(x1, y1) and start second, end second (x2,y2). I simply want to create a line from these points.

I tried using vertex creator and line builder but couldn't get the required thing.

Thanks

icon

Best answer by gio 18 October 2018, 17:17

View original

3 replies

Userlevel 2
Badge +17
I believe that two VertexCreators do that, if the situation is as I have imagined.

 

Could you please explain the situation more specifically?

 

 

Userlevel 2
Badge +19
What is exactly the required thing? Using VertexCreator to create the points and using LineBuilder to join them into a line should have worked. Maybe the point order is not correct?

 

 

Badge +3

@hellblazer

for start vertex creator in create mode, for end vertex creator in add mode.

I am assuming the start and end coordinates are related (that is they reside in the same record)

If not, you must merge them on some ID. If you have none, then you need a criteriumn to do so.

Reply