I'm working in a GIS program with C++ and in this moment, i'm working in my raster visor.
I need reproject my Raster in ejecution time, but i dont want create a output file with this reprojected Raster. For this reason i can't use GDALWarp.
Does anyone have any idea how to reproject the raster without creating a new output file?
I think if I got the GeoTransform information from the reprojected Raster it would be enough
GDALWarpOperationmethod, not thegdalwarpcommand line tool. See gdal.org/warptut.html