Skip to main content
Solved

Dissolve multiple, unconnected lines into one line feature

  • March 8, 2018
  • 2 replies
  • 130 views

Forum|alt.badge.img

I have numerous individual lines that do not share nodes or endpoints. I want to aggregate all into one object. So far, I have tried unsuccessfully with TopologyBuilder, LineJoiner

This is the equivalent of ArcGIS Dissolve (Lines) - Allow Multi-part feature

Input: Many line objects

 

Output: Single object

Best answer by takashi

Hi @thiru, I think the Aggregator is what you are looking for.

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

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • March 8, 2018

Hi @thiru, I think the Aggregator is what you are looking for.


Forum|alt.badge.img
  • Author
  • 15 replies
  • March 8, 2018

Hi @thiru, I think the Aggregator is what you are looking for.

Of course @takashi for some reason, it did not work the first time I used. Now, it does.

Thanks so much.