Skip to main content
Solved

How to split multipart line into singlepart lines features?

  • June 22, 2021
  • 2 replies
  • 1451 views

jan-henk
Contributor
Forum|alt.badge.img+2

When I clip a Line with the clipper transformer I get a multipart line with one common length, and I need to split It in singlepart line features and for each line a length.

Best answer by nielsgerrits

You can use a Deaggregator to split the collections.

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

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • Best Answer
  • June 22, 2021

You can use a Deaggregator to split the collections.


jan-henk
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 3 replies
  • June 22, 2021

Thanks Niels for your quick help, that was the solution.