Skip to main content

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

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

 


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


Reply