Skip to main content
Solved

Line join between chosen points

  • August 1, 2017
  • 1 reply
  • 14 views

lazarlubomir
Contributor
Forum|alt.badge.img+10

Hello,

please, I have one issue which is complicated to solve. I attached pic below. My situation is following: there are many waterlines - red ones are connector lines, other colored lines are part of main waterlines. What I need is to join lines of main waterline just between manhole points (points with M label). Unfortunately, there is not any common attribute :-(

Please, Do you have any idea, how to solve this problem?

Thank You very much!

Lubo

Best answer by pratap

Hi,

Hope you have 3 datasets i.e. Main (line), service (line) and manhole (point)

1. Use LineCombiner on Main dataset such that Main lines will be joined

2. Use PointOnLineOverlayer with manhole and output of step 1 such that main lines will break where manhole exists

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.

1 reply

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • Best Answer
  • August 1, 2017

Hi,

Hope you have 3 datasets i.e. Main (line), service (line) and manhole (point)

1. Use LineCombiner on Main dataset such that Main lines will be joined

2. Use PointOnLineOverlayer with manhole and output of step 1 such that main lines will break where manhole exists