Original Message-
> From: gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-
> boun...@lists.osgeo.org] On Behalf Of Imran Rajjad
> Sent: Wednesday, October 10, 2012 11:26
> To: Wael Tarhouni
> Cc: gdal-dev@lists.osgeo.org
> Subject: Re: [gdal-dev] Problem with Gdal/ogr Java
>
&g
Hi Wael.
you need to use gdal.jar file in your java project and also include
the required DLL(Win) in your class path, then you will be able to
use GDAL in your Java project.
download from http://www.gisinternals.com/sdk/ or
http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries
look for GDAL.
Good Morning,
I'm newbie in Gdal/ogr and i'm working actually with ogr2ogr Api to import
.TAB file(Mapinfo) into a postgis database, but i wanna make it automatic
without typing in command line or executing bat files. So, i found this
source code with gdal/ogr library :
http://trac.osgeo.org/gdal/