laptop and a wrench

Error

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

Última publicación: August 16, 2017 ArcObjects SDK
Número de ID del error BUG-000106294
EnviadoJuly 3, 2017
Última modificaciónJune 5, 2024
Relacionado conArcObjects SDK
Versión encontrada10.3.1
Sistema operativoWindows OS
Versión de sistema operativo7
EstadoWill Not Be Addressed

Información adicional

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

Solución alternativa

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}

Pasos para reproducir

ID del error: BUG-000106294

Software:

  • ArcObjects SDK

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga