<div dir="ltr"><div>I am creating a data set in virtual memory and then copying over to a DTED driver.</div><div>I have verified that when I setGeoTransform, I am able to get the same values back.</div><div><br></div><div>(*i).tempMemDS = tempMemDriver->Create ("", (int) xSize, (int) ySize, 1, GDT_Float32, NULL<span style="white-space:pre">             </span></div><div><div>(*i).dtedDS = dtedDriver->CreateCopy (szFilename,(*i).tempMemDS, TRUE, NULL, NULL, NULL);</div></div><div><br></div><div>My issue arises when I try and getGeoTransform form the dted dataset. The aux.xml returns shows the correct data, however every time I look at the value from getGeoTransform it is the same incorrect values.</div><div><br></div><div>I am wondering if there is some sort of formatting issue that I am doing incorrectly.</div><div><br></div><div>Thank you in advance, it is greatly appreciated.</div></div>