Hi, I have an OGRGeometry C++ object (created in a C++ code with the C++ OGR API), and I would to pass it to a C function using the C OGR API. This C function returns a geometry I would use in the C++ code too. I think it is possible because GDAL/OGR C API use internally C++ objects ? Thanks, Julien