Skip to main content
Solved

Select polygon between other polygons (source: the same layer)

  • June 5, 2023
  • 2 replies
  • 20 views

marta.podsiad
Supporter
Forum|alt.badge.img+9

I am trying to select a polygon located in between other polygons. All polygons are saved in the same layer. Either NeighborFinder or AreaOnAreaOverlayer do not provide the result I am after.image

Best answer by virtualcitymatt

Here's something pretty basic which checks for touching polygons. Not sure is this will work for your workflow

 

image

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.

2 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • Best Answer
  • June 5, 2023

Here's something pretty basic which checks for touching polygons. Not sure is this will work for your workflow

 

image


marta.podsiad
Supporter
Forum|alt.badge.img+9
  • Author
  • Supporter
  • 77 replies
  • June 6, 2023

It works. Thank you very much