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.
  • 相关阅读:
    jxl导入/导出excel
    iText导出pdf、word、图片
    Java CSV操作(导出和导入)
    Spring3.0+Hibernate+Atomikos集成构建JTA的分布式事务--解决多数据源跨库事务
    jQuery插件:跨浏览器复制jQuery-zclip
    微信小程序之表单提交
    微信小程序只之全局存储
    微信小程序之工具js封装与使用
    重构的艺术 深入认识
    重构的素养
  • 原文地址:https://www.cnblogs.com/holygis/p/2279334.html
Copyright © 2011-2022 走看看