Select to view content in your preferred language

Duplicate geometry

1789
4
12-21-2010 08:58 AM
TimothieBiggs
Deactivated User
Does anyone know how close two point features have to be to be considered duplicate by the duplicate geometry check?

Tim
Tags (2)
0 Kudos
4 Replies
DanHopkins
Esri Contributor
The Duplicate Geometry Check will consider your two point features to be duplicate geometry when they are colocated, or are at the same location (i.e. have the same X,Y). If they have different X, Y, the Duplicate Geometry Check will not detect your two point features.

If you want to find point features that are near each other, have you considered running a the Geometry on Geometry Check with Spatial Relation Check set to Intersects within a specified Tolerance?
0 Kudos
MichelleJohnson
Esri Contributor
Within the XY Tolerance that is defined in your geodatabase.

If you want to look for duplicate points that are a little farther than the xy tolerance, then you can use the Geometry on Geometry check using the Intersects spatial relationship and entering a user defined tolerance that is greater than the XY tolerance.
0 Kudos
MichelleJohnson
Esri Contributor
Dan beat me to the response by minutes.  Thanks Dan.
0 Kudos
TimothieBiggs
Deactivated User
OK so the xy tolerance (0.003280833333333 feet) is the distance outside of which the point won't be considered duplicate - so they have to be dead on to be considered duplicate.

Using the Geometry on Geometry/ Intersect with a specified tolerance to find nearby points is a useful tip.

Thanks!
Tim
0 Kudos