shortest distance to polygon-polygon?

1437
2
06-24-2013 06:41 AM
tae_junjung
New Contributor II
i want searching shortest distance to  polygon-polygon.

for example, see below image.

[ATTACH=CONFIG]25442[/ATTACH]

there are some polygons.
1. i want to search shortest polygon from 'a'(for example)
    ??? in this case(above image), it's 'd'
2. and want to calculate distance for 'a' to 'd'(length of red line)

please, help me~~^^
0 Kudos
2 Replies
ShaunWalbridge
Esri Regular Contributor
If you use the Near tool, the output includes NEAR_FID which should answer #1, and NEAR_DIST which should provide #2. Depending on your input data, you may need to first run multipart to singlepart to separate your geometries into individual polygons.

cheers,
Shaun
0 Kudos
tae_junjung
New Contributor II
thank you
it's easy explanation!!

i know near tool... but i think it cannot run with polygon to polygon.
thank you~ i solve problem~!!
0 Kudos