Skip to main content
I have a set of geodb_points with measure values on their geometry as well as stored in an attribute for each point. I want to assign these measure values to the vertices of geodb_polylines and preserve all other attributes of the polylines. Note that the points are coincident with the vertices of the polyline. How can I transfer the measures on a point to a coincident vertice on a polyline?
Hi,

 

 

I would break up the line using the chopper, relate the points (SpatialRelator) and vertices and re build the line (LineJoiner).

Reply