Skip to main content
Solved

Transfer measures on points to coincident polyline vertices?

  • September 16, 2015
  • 1 reply
  • 29 views

Forum|alt.badge.img
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?

Best answer by fmelizard

Hi,

 

 

I would break up the line using the chopper, relate the points (SpatialRelator) and vertices and re build the line (LineJoiner).
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.

1 reply

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • September 16, 2015
Hi,

 

 

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