How can I get a list (radius and x y position on the map)when I using editor.

2519
1
10-29-2014 12:00 AM
vickielee
New Contributor

I draw many circles on the shape file, but I need to get a list of each radius and position.(I only see each circles' ID in the attributes now...)

0 Kudos
1 Reply
DuncanHornby
MVP Notable Contributor

You do not state which version of ArcGIS you are using (you should always do that). If you are using 10.2 then you can use the Add Geometry Attribute tool to at add the centroid XY coordinates.

As for the radius you could add a field and calculate it using:

radius = sqrt(Area/pi)

0 Kudos