It only pass throught the part that the point intersects. It should pass through all parts of the polygon.
I'm using a spatial relator with a list exploder. I've also used the point on area overlayer.
Rudy
It only pass throught the part that the point intersects. It should pass through all parts of the polygon.
I'm using a spatial relator with a list exploder. I've also used the point on area overlayer.
Rudy
It seems that the PointOnAreaOverlayer deaggregates input polygons into non-aggregate polygons automatically. If your purpose is to find spatial relationships between polygons and points without deaggregating polygons, I think using the SpatialRelator would be a good solution.
What is the reason to use also the PointOnAreaOverlayer?
Takashi
I want to find relationships between points and polygons without deaggregating polygons.
I've used the PointOnAreaOverlayer first on my workbench, but after reading a bit on this community it seems that i should use SpatialRelator, but i got the same result with both methods for this reason i'm submitting my question.
In some cases i've 1 point, with a multi part polygon, but the result is only the polygon that the point intersect
Rudy
Takashi
an alternative could be to first use a Counter to give each aggretate an id, then re-aggregate the parts after the PointOnAreaOverlayer using this id as the Group By attribute.
David
I've made a clean work bench and the spatial relator option seems to work 100%
Rudy
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.