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.
  • 相关阅读:
    面向对象案例
    0429面向对象3.0
    Linux系统常用命令以及常见问题的解决方法
    VS2010查看源码对应的汇编语言
    【学习笔记】python
    Linux环境配置错误记录
    【学习笔记】TensorFlow
    git基本操作
    位操作的个人总结
    Java字符串拼接
  • 原文地址:https://www.cnblogs.com/holygis/p/2279334.html
Copyright © 2011-2022 走看看