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.
  • 相关阅读:
    Spring@Profile注解
    day 32 子进程的开启 及其用法
    day 31 udp 协议SOCK_DGRAM
    day 30 客户端获取cmd 命令的步骤
    day 29 socket 理论
    day 29 socket 初级版
    有关 组合 继承
    day 27 多态 接口 类方法 静态方法 hashlib 摘要算法模块
    新式类和经典类的区别
    day 28 hasattr getattr serattr delattr 和带__内置__ 类的内置方法
  • 原文地址:https://www.cnblogs.com/holygis/p/2279334.html
Copyright © 2011-2022 走看看