Identifying longest edge of a polygon

562
1
05-24-2012 05:50 AM
HoldenSpaht
New Contributor
Hello,

I am hoping to produce a map of blocks within a city thematically organized by the length of the longest edge of the block. I am not sure how to analyze a polygon based on edge length. Does anyone know of a good way to do this?

Thanks!
Tags (2)
0 Kudos
1 Reply
JaySandhu
Esri Regular Contributor
You could look at using the GP tool Feature To Line in data management\features and then for each unique polygon id find the largest line feature using the GP tool Summary Statistics where you want the feature with Max length and use the polygon feature id as the case field.

These tools are described here:
http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Feature_To_Line/001700000039000000/

and

http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Summary_Statistics/00080000001z000000/

Jay Sandhu
0 Kudos