ERROR
Issuing the ARCLINES command to draw coverage arcs in ArcPlot displays the following error message:
"Invalid number of points in arc"
One or more arcs in the coverage have more than 499 vertices in the arc. In the coverage data model, an arc can only have 499 vertices per feature.
Warning:
CLEAN must not be run on a coverage in a Geographic Coordinate System with units of decimal degrees. If the coverage is in geographic coordinates, PROJECT the coverage to a Projected Coordinate System, such as StatePlane or UTM, which uses linear units before performing the following steps.
Note:
Make a copy of the coverage before proceeding, in case CLEAN produces unexpected results:
Code:
Arc: copy <coverage_name> <copy_name>
Code:
Arc: tolerance <cover_name> fuzzy .001
Code:
Arc: clean <cover_name> # # # line
Get help from ArcGIS experts
Download the Esri Support App