Skip to main content
Question

How can I clone a polygon based on multiple spatial (point) intersects?

  • September 12, 2016
  • 3 replies
  • 81 views

Forum|alt.badge.img

I have a case where a polygon is overlapped by several points stacked on top of a polygon (kind of like coins stacked on top of a coaster).

I would like to clone the polygon so that the attributes of each point are merged to the corresponding overlapping polygon. In the end I have 1 polygon for each point, e.g.,

Before:

1 coaster, three overlapping coins:

Coaster ID1

Overlap Coin IDsYearValue12009.2522010.0531957.01

 

After:

3 coasters, one for each overlapping coin.

Coaster IDsYearValue12009.2522010.0531957.01

Thanks,

Pete

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.

3 replies

ebygomm
Evangelist
Forum|alt.badge.img+53
  • Evangelist
  • September 12, 2016

A point on area overlayer followed by a list exploder should work here


Forum|alt.badge.img
  • Author
  • September 12, 2016

A point on area overlayer followed by a list exploder should work here

@egomm It still is not working for me...Could you provide a stub/example of how you would set this up?

 

 

Thanks and sorry if I'm making a rookie mistake,

 

Pete

 


Forum|alt.badge.img
  • Author
  • September 12, 2016

Just a little elaboration on the above recommendation by @egomm

In the PointOnAreaOverlapper Parameters:

I selected the 'Only Use Incoming' Accumulation mode

 

Checked the GenerateList box and assigned a list name.

 

 

For some reason, when I performed a tester to reduce the number of polygons, I received a lot of ListExploder <rejected> hits. When I didn't filter the areas then I was able to achieve the proper results (still investigatint why I didn't get the corresponding subset of polygons...)

Thanks to SAFE to working this through with me!