I need to find distance between many lines, any suggestion? I tried NeighborFinder, but not helping.
Page 1 / 1
Please elaborate more what you need. Do you need to find all distances between all features? You can set the NeighborFinder to candidates only. You need to define a list for the 1:N results.
Attached sample workspace.
Please elaborate more what you need. Do you need to find all distances between all features? You can set the NeighborFinder to candidates only. You need to define a list for the 1:N results.
Attached sample workspace.
Thanks for your quick reply, I need to find distance between all feature, each feature has uniqe ID/Name. I need to calcualte the distance between each line to neigbhour lines.