Error: shapefile无法打开

文章编号: 202
软件: ArcInfo Desktop 9.x
操作系统: N/A
已邀请:

易智瑞技术支持

赞同来自:

错误信息: shapefile打开的时候报告:Error opening feature class.Number of shapes does not match the number of table records。
原因: shapefile文件已损坏,导致空间记录数和属性记录数不匹配。

解决方法: 可以用ArcInfo Workstation将shapefile转换为corverage格式,然后在build或clean,最后转回shapefile,例如:
Arc: precision double double
Arc: usage shapearc
Usage: SHAPEARC <in_shape_file> <out_cover> {out_subclass}
{DEFAULT | DEFINE}
Arc: shapearc sample.shp tempcov
Arc: build tempcov point
Arc: usage arcshape
Usage: ARCSHAPE <in_cover> <in_feature_class> <out_shape_file>
{DEFAULT | DEFINE}
Arc: arcshape tempcov point newshape


创建时间:2006-03-28
最近更新:2006-03-28


原文链接
http://support.esrichina.com.cn/2006/0328/202.html

要回复问题请先登录注册