Select to view content in your preferred language

find polygon corner coordinates

12068
1
02-06-2013 03:43 PM
CamW
by
Emerging Contributor
I am trying to get the coordinates of each node of the polygon I create. I would like the attribute table to display the name of the polygon (ex. address) and then the coordinates of the nodes (ex. nodeA= Ax and Ay, NodeB Bx and By, NodeC Cx and Cy, NodeD Dx and Dy) is there a easy way to create all the needed polygons and then have the coordiends of the nodes displayed in the attribute table?

any help would be great!!

Thanks
Tags (2)
0 Kudos
1 Reply
DanLee
by Esri Regular Contributor
Esri Regular Contributor
Try the following:

1. Run Feature Vertices To Points tool on your polygons using the ALL option to get all vertices (if this is what you meant by "nodes").
http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00170000003p000000

2. Run Add XY Coordinates tool on the vertices.
http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Add_XY_Coordinates/001700000032000000/


Does that help?
0 Kudos