I have a point array of addresses, and a line geometry layer of streets, and I need to be able to get the ID of the nearest line to the point that also has a couple matching attributes.
What are the best options to consider?
I have a point array of addresses, and a line geometry layer of streets, and I need to be able to get the ID of the nearest line to the point that also has a couple matching attributes.
What are the best options to consider?
One way to do this is to use the NeighborFinder. Points as bases, lines as candidates, 1 to find, group by the attributes that should match.