How can be determined (estimation is all right) if a polygon feature (A) fits within another polygon feature (B) and count how many.
thnks
How can be determined (estimation is all right) if a polygon feature (A) fits within another polygon feature (B) and count how many.
thnks
Try SpatialRelator and select a WITHIN test. A more general solution to finding the proportion, as say a percentage of overlap, between Polygon A and Polygon B is to use AreaOnAreaOverlayer.