I have a polygon file that I have a name column of polygons. Now, I want to extract each polygon and it will get information of neighbor polygons like the photo.
Could you tell me the solution to make that?
I have a polygon file that I have a name column of polygons. Now, I want to extract each polygon and it will get information of neighbor polygons like the photo.
Could you tell me the solution to make that?
have a look at the SpatialRelator with the TOUCHES predicate. You will get the neighboring polygons in the "_relationships" list attribute.
David