Skip to main content
Question

line joiner

  • July 31, 2019
  • 2 replies
  • 44 views

kathir
Forum|alt.badge.img

Hi, I have a dgn with point,line,area,text. I want split the lines using area.that was performed using lineonareaoverlay. in some areas like junction have two lines. how can i join those lines in those areas and i can calculate the length of each line inside the area.Actually i can performed lengthcalculator for measure the length of each line. my problem is in some junction areas have two lines how can i join those areas only and calculate the length

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
  • August 2, 2019

@kathir I think the LineCombiner is what you're looking for. The LineOnAreaOverlayer will let you attach attributes from the areas to the clipped lines (i.e. area name or area ID) You can then use this in the LineCombiner to ensure only similar lines are re-combined.


kathir
Forum|alt.badge.img
  • Author
  • 21 replies
  • August 3, 2019

@kathir I think the LineCombiner is what you're looking for. The LineOnAreaOverlayer will let you attach attributes from the areas to the clipped lines (i.e. area name or area ID) You can then use this in the LineCombiner to ensure only similar lines are re-combined.

hi,

Actually i could use the line combiner.but the output was different.The output shows all the lines are combined . But i need combined lines based on area wise .