Skip to main content
Solved

Identify overlapped polygons

  • October 16, 2020
  • 1 reply
  • 45 views

jugoslaviaa
Enthusiast
Forum|alt.badge.img+6

Hi all, 

 

I have multiple dwg files. I created concave with help of HullAccumulator and I would like to identify which concave hull intersects which concave hull. It is possible that one concave hull intersects more than one. 

For example if polygon 1 overlaps with Polygon 2 and Polygon 2, I would like to add this in the attribute of Polygon 1.

 

I am trying to combination AttributeCreator & Intersector and Tester but I could not get expected results until now.

 

Thanks in advance.

Best answer by jdh

Have you looked at the SpatialRelator?

 

Use a Counter to add a unique ID to your polygons if you don't already have one. Send them to both ports of the SpatialRelator, in the parameters set Attribute(s) that must differ to the unique ID attribute.

Generate a list, selecting the attributes you want to transfer.

 

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

jdh
Contributor
Forum|alt.badge.img+40
  • Contributor
  • Best Answer
  • October 16, 2020

Have you looked at the SpatialRelator?

 

Use a Counter to add a unique ID to your polygons if you don't already have one. Send them to both ports of the SpatialRelator, in the parameters set Attribute(s) that must differ to the unique ID attribute.

Generate a list, selecting the attributes you want to transfer.