HOW TO

Create minimum and maximum coordinates of polygon feature class

Last Published: April 25, 2020

Summary

Instructions provided describe how to create fields containing the maximum and/or minimum coordinates of a polygon feature class for each polygon feature.

Procedure

The XY coordinates are in the units and coordinate system of the feature class. Re-project the data if the coordinates need to represent a different system.

  1. Open ArcMap and navigate to ArcToolbox > Data Management Tools > Features > Feature Vertices to Points. Set the input as the polygon feature class to create a point shapefile of all the vertices. Click OK.
  2. Navigate to ArcToolbox > Data Management Tools > Features > Add XY Coordinates. Set the input to the new point shapefile to add the XY coordinate fields. Click OK.
  3. Navigate to ArcToolbox > Analysis Tools > Summary Statistics. Set the input to the point shapefile. Set four summary fields: two PointX and two PointY. Click the Statistic Type next to each of the PointX and PointY to Max and Min to obtain the Max and Min for each of the PointX and PointY fields. Click OK.
  4. Right-click the original polygon feature class in the Table of Contents and go to Joins and Relates > Join. Set the join field to a unique field in the feature class, such as the OID. Set the join table to the table created from Summary Statistics. Set the join field to the same field as the feature class. Click OK.
  5. Right-click the joined polygon feature class and select Data > Export Data. Export the feature class to a new feature class to make the join permanent.

Article ID:000010292

Software:
  • ArcMap 9 x

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic