Skip to main content

I am stock…I am sure this is super simple but, I can seem to find an easy solution.

I have two feature classes, one consist of 522 circles the other is a series of points (over 25000) of them. The points are in the circles and some of the circles overlap each other. Therefore, some points are in many circles…

What I am trying to do here is to combine the attributes from the points to the attributes of the circles they intersect.

The featureMerger does not work has the only relation between my two features are their location. I thought I solved it with PointOnArea but it only tell me how many point are in the circle…

You want to use the SpatialRelator. Or make sure to generate a list in the attributeAccumulation option of the PointOnAreaOverlayer.


You want to use the SpatialRelator. Or make sure to generate a list in the attributeAccumulation option of the PointOnAreaOverlayer.

Great! Thanks


Reply