加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

打开SHP文件出错,记录数与图形数量不匹配

(2010-04-10 14:49:05)
标签:

打开shp出错

it

分类: 工作/软件应用

背景:打开SHP文件的时候提示如下错误:

Error opening feature class.Number of shapes does not match the number of table records

然后ArcMap或ArcCatalog自动关闭

 

错误原因:
    shapefile损坏,导致空间记录数和属性记录数不匹配.导致shapefile损坏的具体原因ESRI给出了以下几点:
    * Adding or deleting records to the DBF file corresponding to the existing shapefile.
    * A system failure occurs during the edit process and the shapefile is saved in a corrupted state.
    * Multiple users editing the same shapefile.
    * Adding features to a theme and the user double-clicks the mouse. A record with zero area is added to the table, but the feature may not be visible in the view.
解决办法:
     ESRI提供的解决办法有下三种:
     * 直接编辑*.DBF文件(Edit the DBF file)
        1. Open the DBf file. 
        2. Delete the last record. 
        3. Close and save the DBF file. 
        4. Load the shapefile into your View.
        You may try this method multiple times.


     * 使用ArcInfo Workstation
        1. Run the SHAPEARC command on the shapefile.
        2. Run DESCRIBE on the output coverage.
        3. Make note of the number of shapes.
        4. Open the DBF corresponding to the shapefile.
        5. Compare the number of records of the DBF to the number shapes resulting from the DESCRIBE command. 
        a) If the number of DBF records is more than the number of shapes, delete records until the number of shapes matches the number of records.
        b) If the number of DBF records is less than the number of shapes, add records until the number of shapes matches the number of records. 
        6. Save the DBF file. 


    使用ArcView 
       The shapefile should open in ArcView, but there is no guarantee that attribute information for the shapefile will be correct. To test if the attribute data is assigned to the correct feature, do the following: 
        1. Load the shapefile into a new view. 
        2. Open the attribute table for the shapefile. 
        3. Tile the view and the table 
        4. Select a record. 
        5. Compare the selected record with the selected feature in the view. 
        6. If the feature does not correspond with the attribute, determine whether and where to add or delete records. You will have to edit the DBF appropriately, keeping in mind that the number of records must equal the number of shapes. 
        Repeat the comparison steps until the features and attributes are synchronized.

 

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有