zoukankan      html  css  js  c++  java
  • arctoolbox中出现错误:'Invalid Topology [INCOMPLETE_VOID_POLY]的解决办法

     

    出现问题的提示

    Results do not look correct or operations fail with strange errors such as:

    'Invalid Topology [INCOMPLETE_VOID_POLY]'

    上面的错误很可能是你在做如下操作时出现的:
    Clip, Erase, Identity, Intersect, Symmetrical Difference, Union, Update, Split Featureclass to Coverage, Dissolve, Feature to Line, Feature To Polygon, Integrate or ValidateTopology.

    原因

    It is possible that tool outputs may be strange or incorrect because one or more features in your input feature class have geometry problems. Examples of geometry problems are:

    · short segments
    · null geometry
    · incorrect ring ordering
    · incorrect segment orientation
    · unclosed rings
    · self-intersections or empty parts


    解决方案

    If you are seeing such errors or your output looks incorrect, the first step in assessing the situation is to run the ArcToolbox tool Data Management Tools -> Features -> Check Geometry.
    This tool will give you a list of the invalid features in the feature class and a short description of the problem. Features with problems can be fixed in one of two ways.
    • Editing the feature class with the geometry problem, and fixing each individual problem identified. Some of these problems (like non-simple geometry) can be fixed by double clicking the feature in the editor and saving the edits.
    • Running the ArcToolBox tool Data Management Tools -> Features -> Repair Geometry on the feature class containing the problem features.
  • 相关阅读:
    剖析VC++函数调用约定转
    C++的坑真的多吗?转
    An Introduction to LockFree Programming转
    __cdecl __stdcall区别转
    学习PHP感谢帅哥分享O(∩_∩)O~
    28个Unix/Linux的命令行神器转
    C++ 对象的内存布局(上)转
    一个fork的面试题转
    20本最好的Linux免费书籍转
    谁说外国人都很文明
  • 原文地址:https://www.cnblogs.com/holygis/p/2279334.html
Copyright © 2011-2022 走看看