Skip to main content
Solved

How could i add a point at end of line ,has no more intersecting with any lines or any areas

  • April 15, 2020
  • 1 reply
  • 27 views

gogopotter90
Contributor
Forum|alt.badge.img+14

i would like to Add a point to end node of Lines that has no more connection with any lines or any area .

 

i have read ,that i have to use vertex creator ,Add point but iam not sure how it works

i have used aggregator group by network_id , so i have many lines connecting together ,depend on the network .

 

i would like to add a node at end of each network when the network has no lines connecting from any side ,so i want to add the point , but if there is connection between lines and another lines so i do not need to add a point .

somelines have already node at the end without any connection lines but some not ,my target the line that has no node at end ,i want to add a point

 

 

Thanks in advance for any help .

 

 

Best answer by markatsafe

@gogopotter90 Use TopologyBuilder to create a network with Nodes. Then use SpatailRelator or PointOnLineOverlayer to match the points & lines. Create a list for the points. the points that have only one list element will be the points with no other connections.

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

Forum|alt.badge.img+2
  • 1891 replies
  • Best Answer
  • April 15, 2020

@gogopotter90 Use TopologyBuilder to create a network with Nodes. Then use SpatailRelator or PointOnLineOverlayer to match the points & lines. Create a list for the points. the points that have only one list element will be the points with no other connections.