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.
  • 相关阅读:
    TSQL 错误状态
    CSS光标聚焦改指针为手
    PD使用指导
    Ext 为label添加单击事件
    (转) SQL Server中解决死锁的新方法介绍
    DateTime 的使用技巧
    (转) C# 接口
    常见频率f与周期T之间的关系
    上拉电阻与下拉电阻的作用和区别
    powershell命令返回值
  • 原文地址:https://www.cnblogs.com/holygis/p/2279334.html
Copyright © 2011-2022 走看看