Hi
We tried to open raster file as in suggested document . But unfortunately our 
application is not accepting any file path in  the raster.open() method. Can 
you please tell me if I am missing any dlls. In addition to gdal_csharp , we 
also added a reference to  DotSpatial.Data.Rasters.GdalExtension.

Suggested in doc -
Raster r = new Raster();
r.Open(@"[Your Folder]\Ex3\Data\DEM\Elevation.bgd");

Practical in my application -
Raster r = new Raster();
r.Open();


With Regards,
Neelima Emmani

________________________________
From: Chaitanya kumar CH [chaitanya...@gmail.com]
Sent: Friday, September 28, 2012 8:33 AM
To: Neelima Emmani
Cc: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] geotiff

Neelima,

Please refer to the DotSpatial docs at 
http://dotspatial.codeplex.com/documentation

On Thu, Sep 27, 2012 at 5:26 PM, Neelima Emmani 
<neelima.emm...@iictechnologies.com<mailto:neelima.emm...@iictechnologies.com>> 
wrote:
Hi

Can anyone tell me how to display geotiff image in a dotspatial map using c#.

With Regards,
Neelima Emmani


_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org<mailto:gdal-dev@lists.osgeo.org>
http://lists.osgeo.org/mailman/listinfo/gdal-dev



--
Best regards,
Chaitanya kumar CH.

+91-9494447584
17.2416N 80.1426E
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to