I have two polygon layers, one is a layer containing many countries (here I name it Country Layer), another contains a multi-part polygon which represents protected areas (here I name it Protected Layer, and this is the result of Aggregator operation of many polygons represnt protected areas in FME)~
My purpose is to clip the Country Layer to the Protected Layer to get protected areas in each country (In Clipper operation of FME, the clipper is my Country Layer, the clippee is my Protected Area)~
In my data processing of clipper, sometimes it does work, but sometimes it fails(Because I have serveral layers of protected area represnting different years, and several Country Layers to represent different types of countries ).
The Major Error is Invalid Topology, but I don't know what it exactly means: which rule it violates? Because before this operation, I have used Check geometry and Repair geometry in ArcGIS to avoid some errors such self-intersection.
And even when the clipper operation works, it always give a warning message: A point was encountered that was enclosed in more than one polygon. However, I don't even have a point layer, two layers in my data processing is both polygon features in geodatabase. So I am very confused.
Does anybody confronts similar situation or know how to resolve this problem? Thank you very much.
LuLu