I'm beginning the process of moving our local government cadastre data in to a topologically clean parcel fabric layer using ArcGIS. I'm at the stage where I'm looking to clean the data and get it ready for migration. We currently store data in two feature classes: a line feature class for drawing the registered plans and a polygon feature class, built from those lines, containing the parcel shapes. The bad news is that at some point in the past a lot of the arc data has been converted from being an actual arc to being multisegmented lines:
Example of a parcel created from the multisegmented lines instead of arcs.
The good news is that these lines contain the data needed for reconstructing the arc:
Attribute table for the lines - Most lines and arcs (actually multisegmented lines) are their own individual feature and contain the arc data.
I've used tools/add-ins to recreate the arcs from the line geometry data only, but the resulting fit is not great.
My question is this: Can these arcs be recreated from the data contained in the attribute table? Can I draw arcs using arcpy? I haven't been able to find anything to suggest I can. Am I going about this the wrong way maybe? Geoprocessing tools, python solution ideas.. anything is welcome.
I've also asked this question over at StackExchange - GIS but with no luck.
Actually, don't believe the attribute table has all COGO details you'd need to recreate arc's from the cord's. The vertex representing the cords are recorded into the feature class. The old COGO data from survey are your annotation in the attributes table.