Skip to main content

I'm trying to edit my workspace to handle the ovevrlapped polygons on the boundaries.How can I remove overlaps?

Here I isolated a location. Dues to overlaps this location is falling under both the polygons. The boundaries on both sides of location are opposite boundaries of overlapped polygons. In other words, boundary shown on right would also be part of left polygon.

Please note that this happens only when I write to Netezza.

Detecting overlaps can be done with the AreaonAreaOverlayer.

This transformer adds an attribute (default _overlaps).

Testing for features with _overlaps > 1 will result in the overlapping sections of polygons (Tester).

Then it depends on what you want as a result how to move on.


Detecting overlaps can be done with the AreaonAreaOverlayer.

This transformer adds an attribute (default _overlaps).

Testing for features with _overlaps > 1 will result in the overlapping sections of polygons (Tester).

Then it depends on what you want as a result how to move on.

I've used SpatialRelator and Donutbuilder. Trying with different combinations.

Here is the sample workspace that I've used.


Reply