I am looking for a way to identify almost identical polygon from two different feature classes . Is there is a way to find similarity by tolerance. Thanks in advance
I am looking for a way to identify almost identical polygon from two different feature classes . Is there is a way to find similarity by tolerance. Thanks in advance
the SpatialRelator offers some tests -> EQUALS.
Maybe that helps you,
best regards,
Stefan
How i would go about this is extract nodes and/or boundary and also calculate surafce.
Compare these sets, you then can indeed set tolerances.
Tolerances can be surfacetolerance, angular difference of boundarysections or coordinate deviation of nodes.
U could use statisctics calculation and principles of normal distribution to do this comparison.