Skip to main content
Solved

How to extract polygon and get neighbor information polygons

  • July 21, 2015
  • 1 reply
  • 66 views

hoa_le
Contributor
Forum|alt.badge.img+5
Hi everybody,

 

 

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? 

 

 

Best answer by david_r

Hi

 

 

have a look at the SpatialRelator with the TOUCHES predicate. You will get the neighboring polygons in the "_relationships" list attribute.

 

 

David
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

david_r
Celebrity
  • Best Answer
  • July 21, 2015
Hi

 

 

have a look at the SpatialRelator with the TOUCHES predicate. You will get the neighboring polygons in the "_relationships" list attribute.

 

 

David