000718 : <value> polygon had no neighbors based on contiguity; returning neighboring polygon(s) with nearest true centroid(s).

Description

Island polygons have no contiguous neighbors. To ensure all features have at least one neighbor, the nearest polygon, based on true geometric feature centroids, was used for island polygons.

Solution

This is a good strategy for dealing with island polygons. You might also consider using K Nearest Neighbors or another option for the Conceptualization of Spatial Relationships parameter.

3/4/2014