laptop and a wrench

漏洞

ITopologicalOperator->Buffer(bufferDistance, InputGeometry) with buffer distance = 0, returns different results between ArcObjects SDK for Cross Platform C++ 10.1 and 10.3.1.

上次发布: August 16, 2017 ArcObjects SDK
漏洞 ID 编号 BUG-000106294
已提交July 3, 2017
上次修改时间June 5, 2024
适用范围ArcObjects SDK
找到的版本10.3.1
操作系统Windows OS
操作系统版本7
状态Will Not Be Addressed

附加信息

The behavior in 10.3.1 is correct. It's the same for the later release.

解决办法

Check the input before proceeding with a buffer. If the distance is 0 then do not preform the buffer since nothing changes. Otherwise proceed with the buffer.int buffDist;//work before bufferif(buffDist != 0){//execute buffer}else{//continue without bufferering as it would make no difference}

重现步骤

漏洞 ID: BUG-000106294

软件:

  • ArcObjects SDK

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项