Skip to main content
Question

Point on Area Overlayer

  • March 9, 2020
  • 2 replies
  • 25 views

ingalla
Contributor
Forum|alt.badge.img+10

I know i am missing something obvious here, but i need to select all of the polygons containing points. I have tried the point on area overlapper which works fine for those polygons containing only one point, but if it contains more than one point it will only select the polygon once.

How can i export the same polygon with the merged data for each point the is selected?

I.e. 3 points = 3 polygons albeit the same geometry but different attributes.

Thanks for your help?

Andy

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

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • March 9, 2020

Hi @ingalla

I suggest you to use the transformer Cloner.

The attribute in cloener transformer: Number of Copies = you will use the attribute _overlaps ( from transformer PointOnAreaOverlayer.

 

Thanks,

Danilo

 


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • March 9, 2020

Build a list in the point on area overlapper containing the relevant point id attributes and then explode this list to get one area feature per point contained within it