Skip to main content
Solved

Create new line from measure

  • October 30, 2017
  • 4 replies
  • 24 views

Forum|alt.badge.img

Hi,

I have polyline with polyline_id with start and end measure (ex : 0 and 100). And another descriptive information (without geometry) with start and end measure (ex. 50 and 75) and the polyline_id.

I did featureMerger and then snipper with measure value.

But I got the whole polyline (0 start and 100 end ) but I want polyline with (50 and 75)

There is something wrong. Any idea how can I get it.

Thanks

Best answer by erik_jan

I think you have the right approach.

The image shows the Snipper approach:

The result is a line from measure 25 to 75.

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.

4 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • Best Answer
  • October 30, 2017

I think you have the right approach.

The image shows the Snipper approach:

The result is a line from measure 25 to 75.


Forum|alt.badge.img
  • Author
  • 97 replies
  • October 30, 2017

thanks, it is only working with distance value (but I'm not sure if one can use distance value to get lines from measure to measure). If I use measure value I got the whole polylines.


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • October 30, 2017

thanks, it is only working with distance value (but I'm not sure if one can use distance value to get lines from measure to measure). If I use measure value I got the whole polylines.

IN my example I used the Snipper, using Measure (value).

 

I have attached the sample workspace.

 

snipper.fmw

 

 


Forum|alt.badge.img
  • Author
  • 97 replies
  • October 31, 2017

thanks. It was strange. If I use the polylines from gdb, then measure setter or generator is working. If I use Postgis source, it does not.