Select to view content in your preferred language

ArcGIS Pro 3.0.1: What is referred by the “dangle tolerance” when working with the “find dangles” ready to use validation attribute rules?

1489
2
Jump to solution
09-12-2022 09:20 AM
JamalNUMAN
Legendary Contributor

ArcGIS Pro 3.0.1: What is referred by the “dangle tolerance” when working with the “find dangles” ready to use validation attribute rules?

 

For example, in the screenshot below, the “dangle tolerance” is set to be 20 meters. What does this geometrically represent? Many dangles are not identified!

 

Clip_65.jpgClip_66.jpgClip_67.jpg

----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

All instances of dangle tolerance checks are best described here

Find Dangles—ArcGIS Pro | Documentation

The minimum distance to search for polyline nodes that are not connected to other features. Polyline features with nodes that are within this distance but not connected to other polyline features are returned as an error. The value must be greater than the input data source's x,y tolerance.

The default is the data source's x,y tolerance. The default unit of measure is the input data source's horizontal spatial reference.

Note:
When the spatial reference of the feature class is geographic (GCS), the tolerance is converted from degrees to meters.


... sort of retired...

View solution in original post

2 Replies
DanPatterson
MVP Esteemed Contributor

All instances of dangle tolerance checks are best described here

Find Dangles—ArcGIS Pro | Documentation

The minimum distance to search for polyline nodes that are not connected to other features. Polyline features with nodes that are within this distance but not connected to other polyline features are returned as an error. The value must be greater than the input data source's x,y tolerance.

The default is the data source's x,y tolerance. The default unit of measure is the input data source's horizontal spatial reference.

Note:
When the spatial reference of the feature class is geographic (GCS), the tolerance is converted from degrees to meters.


... sort of retired...
JamalNUMAN
Legendary Contributor

Right. This rule is identified if any feature lies within the tolerance from the node of any other feature

 

Clip_71.jpg

----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
0 Kudos