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 Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動