| Message |
Hello ESRI Support,
Will you please help me extract the minimum bounding rectangle (xmin, xmax, ymin, ymax) from the shapefile for each and every polygon feature in it. Ideally I'll end up with a table that looks like this:
objectID,xmin,ymin,xmax,ymax
This is very similar to a raster catalog which can be created for images using ArcCatalog and a directory of all the images (aerial photos)
IMAGE,XMIN,YMIN,XMAX,YMAX
I', just trying to do the samething for polygon features.
Information on the minimum bounding box can be found here:
http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf#page=8
http://en.wikipedia.org/wiki/Shapefile
It appears from the above references the MBR is stored in the shapefile just like the area and perimeter of the polygon in stored in it. I'm hoping there is some object property I can reference using the Field Calculator in ArcMap (e.g. NewValue = Shape.Area)
Thanks for the help,
Jeff Jensen |