<br clear="all">Hi, all:<br>I&#39;m having an error while using function Dataset.BuildOverviews in my code.<br>The error message is &quot;BuildOverviews() not supported for this dataset&quot;.<br>However, when I used the &quot;.tif&quot; file the BuildOverviews worked just fine. The<br>
code is:<br>int[] pOverviewList = { overView*2};<br>int[] pBandList = new int[dataset.RasterCount];<br>int err = dataset.BuildOverviews(&quot;NEAREST&quot;, pOverviewList);<br>if (err != (int)CPLErr.CE_None)<br>      return null;<br>
I&#39;m using GDAL1.5.2 and C#2.0. Is it because the HFA driver doesn&#39;t support<br>overview? Or is it a bug? Can anyone pointed out where is my problem? Thanks a<br>lot!<br>-- <br>
<div>Zhenyu Lu</div>
<div>SUNY-ESF</div><br>