I'm not sure if I should start a new thread...The next challenge is to delete "unnecessary" points from which a new dissolved line consist.I would like to leave only joint points (points where the line changes the direction). Now, the straight line could contain like 200 points, whereas it can be built by 2.Is there a way to get rid of these "unnecessary" points.Thank you in advance.
Thank you SaultDon,Unfortunetely, there are no shared attributes. However, one attribute is the name of the feature. Names look like "Line1 A", "Line1 B", "Line1 C",...,"Line2 A", "Line2 B", "Line2 C",...So, the idea is to combine all small lines (features) "Line1 %" into a single line (feature) "Line1". Similar to all other lines - one "Line2", one "Line3", etc
Left([LineName], 5)
Trim([NewLineName])
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.