Select to view content in your preferred language

calculating the distance polygon to polygon

3156
3
02-07-2012 11:32 PM
EzgiTok
Deactivated User
Hi,

l have a vector format of classified image of landsat tm. I am trying to calculate the distances, cell to nearest polygon edge in Arcmap 9.2.

actually, l want to measure the distances from agricultural cells to industry, urban, road etc polygons. road and hydro layers are different. 

l added a jpeg for illustration

after this process i want to give a value for every cell according to the distances to the parameters
l hope l am doing it in a right way 🙂

Does anyone have any suggestions?

Thanks for your time,

Ezgi,
0 Kudos
3 Replies
JeffreySwain
Esri Regular Contributor
As long as you have ArcInfo at 9.2, you should be able to use the Near Tool for the analysis.  For your description you should probably split out the vector file by the different layers you are trying to determine the distance.  So one polygon layer will have agriculture, urban, or grass etc.

In terms of assigning a value to each cell, you could perhaps convert the polygon to a raster again and use the value for the distance created from the Near tool.
0 Kudos
AnnaFischer1
Occasional Contributor
Another option would be to use the Generate Near Table tool. The output of this tool is a table listing the distance from each feature in one feature class to the features of another. You could then join this table to your cell feature class.
0 Kudos
EzgiTok
Deactivated User
thank you very much
0 Kudos