How to auto calculate area of polygon in attribute table when creating a new polygon in a feature class

2397
3
Jump to solution
02-01-2024 02:04 PM
Labels (2)
WDMParkPlanner
New Contributor III

Hi there.

I am working on a dataset from a previous employee and it appears that all of their 'Area' and 'Acres' data for a polygon feature class were entered manually. So when I create new features, the attribute table doesn't automatically show the area. I assume these fields were created by this user.

WDMParkPlanner_0-1706824568651.png

 

I'm pretty new to gis work in general and do not understand how I can modify this feature class/attribute table to include a new field that automatically calculates and or shows the area of new polygons I create. Let alone, I do not understand how to run the 'Calculate Field' tool as I do not understand how the 'Helpers' are used.

WDMParkPlanner_1-1706824705657.png

I have other Projects where datasets have things like length and area automatically calculated and it looks like it uses the 'Double' option for field 'Data Type'. I tried adding a field with this double setting in my above feature class and it is not auto calculating the area.

WDMParkPlanner_2-1706825035941.png

 

I would greatly appreciate any insight!

1 Solution

Accepted Solutions
RonaldHaug
Occasional Contributor II

Hi WDMPP,

I usually click on the acres column in the attribute table, right click, select "calculate geometry", and follow the prompts. It will calculate and fill in the areas in the column. Remember to save your work.

Robert LeClair has been at this quite a while longer than I have, so I want to try his method out, too. Thank you Robert.

View solution in original post

3 Replies
Robert_LeClair
Esri Notable Contributor

Hey @WDMParkPlanner and welcome to the GIS field!  So I would look into Immediate Calculation Rules to automatically calculate the area of a polygon when you add a new polygon.  You can learn more about it here.

RonaldHaug
Occasional Contributor II

Hi WDMPP,

I usually click on the acres column in the attribute table, right click, select "calculate geometry", and follow the prompts. It will calculate and fill in the areas in the column. Remember to save your work.

Robert LeClair has been at this quite a while longer than I have, so I want to try his method out, too. Thank you Robert.

WDMParkPlanner
New Contributor III

Thanks Ronald!  This was the easy trick i needed - I got lost with the "calculate field" option right above the "calculate geometry" option.  

I agree with you though that Robert's method could be something I will look into when I get more experience.

Thanks all!