[GIS] Alternate of Near Distance Tool of ArcGIS 10.1

arcgis-10.1arcgis-desktopproximity

I have basic license level of ArcGIS 10.1, and near distance tool is not available with it. Can anyone please suggest of another similar purpose tool, under basic license, to get distance of one polygon from another polygon or any workaround?

Best Answer

You can do this using arcpy geometry objects and cursors. Each of PointGeometry, Polyline, and Polygon have a distanceTo(other geometry) method.

Related Question