In the Check Geometry tool, polygons with shared vertex on itself with a whole, is marked as none simple features with the Open Geospatial Consortium (OGC) option, differently than in OGC spec defined.
ArcGIS Pro
漏洞 ID 编号
BUG-000163982
已提交
December 25, 2023
上次修改时间
May 27, 2025
适用范围
ArcGIS Pro
找到的版本
3.2.1
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
The polygon with ObjectID (OID) = 3 is not simple. It consists of a single ring that has a self-tangency.
According to the Open Geospatial Consortium (OGC) specification, polygon rings must be simple. A simple ring cannot pass through the same vertex more than once, which is not the case here.
After repair using the OGC option, the polygon will consist of two rings—an exterior ring and a hole—and will then conform to the OGC's definition of a simple polygon.
The polygon with ObjectID (OID) = 2 consists of two rings that touch at a single vertex, which qualifies as a simple polygon according to the OGC specification.