[gdal-dev] Reprojection issue in gdal 1.6 with ArcGIS 10

2013-01-18 Thread HariPrasad
What method in Gdal 1.6 should i use for reprojecting the image ? Case 1(Working case): 1. Opened a tif image which has native coordinate system in ArcEditor 10. The raster image displayed in map window with its native coordinate system. /GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_19

Re: [gdal-dev] Overviews using GDAL

2012-12-25 Thread HariPrasad
Hi Dmitry I was inspecting various GDAL sources (http://trac.osgeo.org/gdal/browser/trunk/gdal/frmts). I was bit confused how to implement RasterIO method. Which format to look for better idea. Should i call IRasterIO() method in IReadBlock? /CPLErr RBDRasterBand::IReadBlock( int nBlockXOff, in

Re: [gdal-dev] Overviews using GDAL

2012-12-13 Thread HariPrasad
Thanks Dmitry for your replay. I did that using IRasterIO(), but non of the IRasterIO() parameters has which overview its displaying. (i.e overview number). How can i know which overview it has displayed? I used GetOverview(int). I was able to get the overview numbers. But when i zoomed to maxi

[gdal-dev] Overviews using GDAL

2012-12-11 Thread HariPrasad
Iam beginner to GDAL. I have an Image which has internal overviews in it. I am able to display each overview separately, but i want to dynamically select the corresponding overview when that image is zoomed in/out. Which method i need to use in GDAL to achieve this functionality. And how does Arc

[gdal-dev] Dynamically displaying the Overviews

2012-12-10 Thread HariPrasad
Iam writing a custom GDAL driver (RBD format). I was able to display the base image (overview no = -1) but for a big image(5 GB) it takes huge amount of time. So i was displaying its overview (ex; image has 3 overviews and i always displays the last overview). In this case ArcGIS 10 displays image

[gdal-dev] GDAL Overviews selection

2012-12-10 Thread HariPrasad
Iam writing a custom GDAL driver (RBD format). I was able to display the base image (overview no = -1) but for a big image(5 GB) it takes huge amount of time. So i was displaying its overview (ex; image has 3 overviews and i always displays the last overview). In this case ArcGIS 10 displays image