laptop and a wrench

Bug

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

Zuletzt veröffentlicht: August 16, 2017 ArcObjects SDK
Bug-ID-Nummer BUG-000106294
EingereichtJuly 3, 2017
Zuletzt geändertJune 5, 2024
Gilt fürArcObjects SDK
Gefunden in Version10.3.1
BetriebssystemWindows OS
Betriebssystemversion7
StatusWill Not Be Addressed

Zusätzliche Informationen

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

Workaround

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}

Schritte zur Reproduzierung

Bug-ID: BUG-000106294

Software:

  • ArcObjects SDK

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln