In ArcGIS, how do I add an area or perimeter field to a shapefile or feature class?
Typically, polygon feature classes in ArcGIS already have a length and area field defined. However, if you do not see this information reported in the attribute table, you can add a new field to an existing polygon feature class or shapefile.
To create a new field containing values for each feature's area, perimeter, or x and y coordinate of centroid:
- Verify that the data layer has a coordinate system. In ArcMap,
right-click the data layer and select
Layer Properties, and then choose theSourcetab. If the coordinate system is undefined, you will need to project the data before continuing.
- Open the layer's attribute table. Right-click the data layer and
select
Open Attribute Table.
- In the attribute table, click
Optionsand selectAdd field. ArcGIS allows you to add a new field only if you are not in an editing session.
- Name the new field, specifying the field type as either
floatordouble, according to your needs. A new field is added with null values for each feature.
- Begin an editing session for this feature class. Using the Editor
toolbar, select
Start Editing. If you do not see the Editor toolbar, selectViewfrom the main menu of ArcMap, and then selectToolbars, thenEditor.
- In the attribute table, right-click the new field heading (the
name of the field at the top of the table), and select
Calculate Geometry.
- In the
Calculate Geometrywindow, select the type of calculation:Area,Perimeter,x coordinate of centroid, ory coordinate of centroid.
- Choose the coordinate system and units.
- Click
OK. The new field will be populated with the calculation for each feature.
- To preserve values in the new field, save the editing session.
You can also calculate area values for a polygon feature class by
using the Calculate Areas tool in ArcToolbox. Under "Spatial
Statistics Tools", select Utilities and then Calculate
Areas. This tool will create a new polygon feature class with an
"Area" field and feature values. Make sure to save the new feature
class within a geodatabase.
For more detailed information on this topic, search the ArcGIS Desktop
Help. From the Index, search using the term calculate
areas. To display details, select the first listed item,
Calculate Areas (Spatial Statistics).
Last modified on June 24, 2011.







