Select to view content in your preferred language

Topology Error Codes

979
2
Jump to solution
01-02-2025 07:28 AM
Labels (2)
aretzler
Occasional Contributor

Is there a compiled list somewhere explaining what each output code means under TopoRuleType and TopoRuleID? It seems a bit silly to use these numeric codes and not to have a lookup table somewhere to quickly know what the typology error is precisely if you were not the one to run the topology. Am I missing something? Thanks!

aretzler_0-1735831697263.png

 

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
Robert_LeClair
Esri Esteemed Contributor

From the Esri Support site:

  • TopoRuleType: This field specifies the type of topology rule that is being applied. Topology rules define the spatial relationships that must be maintained between features in a geodatabase. Examples of topology rules include "Must Not Have Gaps" for polygons, "Must Not Overlap" for polygons, and "Must Be Covered By Feature Class Of" for areas.

  • TopoRuleID: This field is used to uniquely identify a specific topology rule within the topology. Each rule applied to a topology has a unique identifier, which helps in managing and referencing the rules.

I did find this ArcObjects Developer Help documentation that lists the topology rules and numeric values that may be of help - - esriTopologyRuleType Constants (ArcObjects .NET 10.8 SDK)

Hope this helps!

View solution in original post

2 Replies
Robert_LeClair
Esri Esteemed Contributor

From the Esri Support site:

  • TopoRuleType: This field specifies the type of topology rule that is being applied. Topology rules define the spatial relationships that must be maintained between features in a geodatabase. Examples of topology rules include "Must Not Have Gaps" for polygons, "Must Not Overlap" for polygons, and "Must Be Covered By Feature Class Of" for areas.

  • TopoRuleID: This field is used to uniquely identify a specific topology rule within the topology. Each rule applied to a topology has a unique identifier, which helps in managing and referencing the rules.

I did find this ArcObjects Developer Help documentation that lists the topology rules and numeric values that may be of help - - esriTopologyRuleType Constants (ArcObjects .NET 10.8 SDK)

Hope this helps!

aretzler
Occasional Contributor

The ArcObjects table is exactly what I'm looking for! Thanks! I'm a bit surprised this table isn't listed anywhere in the ArcPro online documentation for topology help.