SpatialFilter gives more intersections than expected, any clue?
For a parcel I want to compute the area covered by buildings on that parcel. The start situation, with one parcel and some buildings.
My next plan was to use a SpatialRelator to create a list of buildings located at the yellow parcel.
I tested this approach using a SpatialFilter first to see whether the intersect function works. I expected to get back only the 2 red buildings within the parcel polygon. However, I got this:
A subpolygon of one the buildings is also selected. Did I something wrong?
My settings of the SpatialFilter:
Any ideas how to solve this? I tried other Predicates to test as well but so far no success.