Skip to main content
Solved

Closest neighbor with matching attribute

  • January 14, 2014
  • 1 reply
  • 145 views

How would I find the nearest neighbor feature that has the same ID attribute as the base feature?

 

 

Ex: All line features (candidate) have a unique ID.

 

All point features (base) have a matching ID to the line features, but are not necessarily in close proximity to each other. In the output, the points should have a relationship with the line of the same ID. 

 

 

Thanks

Best answer by takashi

Hi,

 

 

Consider using the NeighborFinder with ID specified to "Group By" parameter.

 

 

Takashi
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

takashi
Celebrity
  • Best Answer
  • January 14, 2014
Hi,

 

 

Consider using the NeighborFinder with ID specified to "Group By" parameter.

 

 

Takashi