Store
|
Contact Us
|
Careers
Home
Industries
Products
Training
Support
Services
Events
News
About
About Esri
Careers
Esri Video
Partners
Support
Search Support
You are here: >
ArcScripts
>
Search Results
> Script Details
Login
|
Feedback
|
Help
Find adjacent features (ArcGIS 9.2)
contact author
|
download help
|
report inappropriate content
Author
Ken Buja
File Name
AdjacentFeatures_92SP4.msi
Language
VB.net
Last Modified
Sep 23 2009
Status of work
Public Domain
Software
ArcGIS Desktop
File Size
400.5 kb
Downloads
1442
ArcScripts is intended for the free exchange of scripts and tools related to ESRI software products. Please alert the moderator if this script is a demo, trial-version, or an advertisement for a retail product.
Summary
This tool finds the adjacent lines and polygons within a layer. The user can select the attribute fields from the layer to list adjacent features that have the same attributes. A dialog box is displayed showing a list of the features that are adjacent to other features. Each row in the list contains the feature (by OID or another unique attribute) and a list of the features that are adjacent to that feature. By default, this is a non-repeating list. For example, if polygons 1 is adjacent to polygon 2 and polygon 2 is also adjacent to polygon 3, the list will look like
Feature | Adjacent Features
1 | 2
2 | 3
However, a repeating list can be generated by selecting the "Show all features" checkbox.
Feature | Adjacent Features
1 | 2
2 | 1, 3
3 | 2
Each feature can be selected from the list, zooming the display to the extent of that feature. This list of adjacent features can be exported as a text file.
This tool was developed for ArcGIS 9.2 with Service Pack 5 or higher and requires the ArcGIS .NET Assemblies. After running the installer program, the tool will be found in the Customize dialog in the Biogeography Tools category as "Find Adjacent Features".
To install this tool in Vista, open a command line prompt as an administrator and use the command
msiexec /i "path-to-package.msi"
If there are no spaces in the path name, the quotes aren't necessary.
Version History:
23 June 2008
� Bug Fix: Doesn't work correctly with text fields that contain strings with only numbers
23 May 2008
� Bug Fix: Installer script gives incomprehensible error message for older service packs
3 Jan 07
� Bug fix: Process would crash when selected attribute fields contained text with a single quote (ie: Bob's Boat Service)
5 Dec 07
� Enhancement: User can choose to list features (and adjacent features) by unique field
� Enhancement: User can select repeating or non-repeating list
7 Aug 07
� Initial Release
Contact Us
|
Privacy
|
Legal
|
Site Map