I am using ArcGIS 9.3. I have a Polyline Feature class with attribute field as Street_Name. I want to Check if for say Street_Name='My Street' (say around 10 Features from the layer) all the polylines are Connected to each other. Edges in the Layer can be complex edge with multiple vertices. Any idea ?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
This can be achieved at least to some extent by creating a geometric network in a geodatabase (requires ArcEditor license) and then using Finding connected features on the Utility Network Analyst toolbar. Otherwise you might like developing an Add-in (Python add-in, for instance) to create a button in the GUI and use it when you have selected the features and want to check their connectivity. |
|||||||
|
|
May be you can use following logic to find connected polylines:
|
|||
|
|
