Question

I am needing to create a polyline from an excel spreadsheet that does not contain any Coordinate Information but has measures.

  • 22 May 2023
  • 1 reply
  • 4 views

The output needs to be a horizontally flat line that is built on the values from the measure field. I would also like to insert a vertex at every measure change.


1 reply

Userlevel 1
Badge +11

Hi @jberneathy​ Use a VertexCreator to replace the geometry with a point where X is the measure field and Y is the constant value of your horizontal line. Then join the points together with a LineBuilder.

Reply