The issue is that two donuts or two outer shells overlap (a violation of polygon topology
restrictions).
It would help if you did some research on shape topology. I use the reference work from
which the Esri libraries were designed:
E. Clementini, P. Di Felice, and P. van Oosterom, "A Small Set of Formal Topological Relationships Suitable for End-User Interaction," in Advances in Spatial Databases - Third International Symposium, SSD '93. vol. 692, D. Abel and B. C. Ooi, Eds. Berlin: Springer-Verlag, 1993, pp. 277-295.
This will also explain what a self-intersecting simple_line boundary is (though it was the
Open GIS Consortium that named the more restrictive SIMPLE_LINE that way).
- V
PS: The older ArcSDE documentation has a primer on shape validation which should also
be useful.
Which is why you need to study the documentation on shape validation -- It does NOT
mean the same thing as applying rules to feature classes. This topology is about how
actual geometry primitives work, self-referentially. Without this understanding, you
will always be confused with respect to data conversion errors.
- V
They are different processes. Export/Import runs the equivalent of Repair
Geometry on a feature if it fails on insert and tries again. If the insert fails
on the second attempt then it rejects the feature and goes on. This is both
good and bad, since invalid data that can be coaxed into something that
looks valid will pass, but then you've got garbage in your database.
- V
They are different processes. Export/Import runs the equivalent of Repair
Geometry on a feature if it fails on insert and tries again. If the insert fails
on the second attempt then it rejects the feature and goes on. This is both
good and bad, since invalid data that can be coaxed into something that
looks valid will pass, but then you've got garbage in your database.
This is some vital information missing from the ArcGIS for Desktop Help that might be added (by the way, in general I regard ESRI's Help and documentation efforts of a very high level, the Help and whitepapers are one huge reservoir of knowledge and of great use once you acquaint yourself with the basic jargon).
According to the Help, and running the Import option from ArcCatalog, the Import option is associated with the Feature Class to Feature Class tool. I don't see this "repair" step listed in the Help.
This is some vital information missing from the ArcGIS for Desktop Help that might be added (by the way, in general I regard ESRI's Help and documentation efforts of a very high level, the Help and whitepapers are one huge reservoir of knowledge and of great use once you acquaint yourself with the basic jargon).
According to the Help, and running the Import option from ArcCatalog, the Import option is associated with the Feature Class to Feature Class tool. I don't see this "repair" step listed in the Help.