Skip to main content
Solved

Point measures based on attribute value

  • July 25, 2021
  • 3 replies
  • 33 views

ireen
Contributor
Forum|alt.badge.img+5
  • Contributor
  • 23 replies

I have a line and a point dataset. The lines have measures, generated with the MeasureGenerator. Some lines are partly overlapping, so they share part of their route. The lines have a "ROUTENAME" and the points have the same attribute, indicating which line they are associated to. Now I want to derive the measure value of the points along the route, but only on the route they are associated to.

How can I make the PointOnLineOverlayer and MeasureExtractor take into account the "ROUTENAME". Now some points get the wrong measure (of another route on the same location).

Any ideas to help me out?

Best answer by hkingsbury

In the PointOnLine, set the GroupBy value to "ROUTENAME". This will then only compare features that have the same value in that attribute

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.

3 replies

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1625 replies
  • Best Answer
  • July 25, 2021

In the PointOnLine, set the GroupBy value to "ROUTENAME". This will then only compare features that have the same value in that attribute


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • July 25, 2021

In the PointOnLine, set the GroupBy value to "ROUTENAME". This will then only compare features that have the same value in that attribute

Nice answer


ireen
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • 23 replies
  • July 26, 2021

In the PointOnLine, set the GroupBy value to "ROUTENAME". This will then only compare features that have the same value in that attribute

Indeed. I had tried this before, but it seems that other data-issues made that it didn't lead to the expected result. It is solved now.