Skip to main content
Solved

Is-it possible to do a Dynamic Segmentation on descriptive tables?

  • November 16, 2017
  • 2 replies
  • 27 views

Forum|alt.badge.img

Hi,

In the question https://knowledge.safe.com/questions/44413/lineonlineoverlayer-in-dynamic-segmentation.html

LineOnlineOverLayer is used to have the desired table. If I have the same first 2 tables (without geometries) and I’d like to do the segmentation before creating geometries to get the desired result like in the example, Is-it possible to do that?

thanks

Best answer by markatsafe

You can build a false geometry using the from/to values for the X coordinate (used the ID for Y) and then use the Intersector. You can avoid the conflict with the from/to attributes as described in the referenced article by recovering the start and end coordinate value. I've attached an example 2017.1 workspace.

dynamicsegmentationexample.fmw

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.

2 replies

Forum|alt.badge.img+2
  • 1891 replies
  • Best Answer
  • November 17, 2017

You can build a false geometry using the from/to values for the X coordinate (used the ID for Y) and then use the Intersector. You can avoid the conflict with the from/to attributes as described in the referenced article by recovering the start and end coordinate value. I've attached an example 2017.1 workspace.

dynamicsegmentationexample.fmw


Forum|alt.badge.img
  • Author
  • 97 replies
  • November 18, 2017

it's work. Thanks for your help.