Skip to main content
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
Hi,

 

 

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

 

 

Takashi

Reply