CheckGeometry self intersection tolerance

599
1
Jump to solution
07-27-2018 05:28 AM
MathieuVILLEMONT2
New Contributor

Hi,

Anybody knows what is the tolerance of the CheckGeometry toolbox regarding Self intersections ?

It seems that two vertices that are very close to each other fall into the self intersection problem.

Thanks

0 Kudos
1 Solution

Accepted Solutions
VinceAngelo
Esri Esteemed Contributor

Geometry is defined in the context of a SpatialReference. The SpatialReference contains the XY coordinate resolution, as  well as the XY tolerance for comparison.  There is no one fixed value, though there are defaults, which vary according to the coordinate system (e.g., 0.0001m for projected coordinate systems)

- V

View solution in original post

1 Reply
VinceAngelo
Esri Esteemed Contributor

Geometry is defined in the context of a SpatialReference. The SpatialReference contains the XY coordinate resolution, as  well as the XY tolerance for comparison.  There is no one fixed value, though there are defaults, which vary according to the coordinate system (e.g., 0.0001m for projected coordinate systems)

- V