Re: [gdal-dev] import georaster using gdal java api

2010-10-12 Thread Matuszak Marcin
try to use the same > Java code to CreateCopy other formats, like GTIFF to HFA, for > example? Just to see if there is anything missing. > > Regards, > > Ivan > >> ---Original Message--- >> From: mmatus...@rootnode.net >> To: gdal-dev@lists.osge

Re: [gdal-dev] import georaster using gdal java api

2010-10-12 Thread Ivan Lucena
> From: mmatus...@rootnode.net > To: gdal-dev@lists.osgeo.org > Subject: [gdal-dev] import georaster using gdal java api > Sent: Oct 12 '10 04:15 > > Hi, > I am facing problem which I am not able to jump over:) > I created georaster table using instr

Re: [gdal-dev] import georaster using gdal java api

2010-10-12 Thread Even Rouault
Selon mmatus...@rootnode.net: I'm not sure if this will solve your problem but according to http://gdal.org/java/org/gdal/gdal/Driver.html#CreateCopy(java.lang.String,%20org.gdal.gdal.Dataset) , you should explicitely call .delete() on the returned dataset to ensure that everything gets properly c

[gdal-dev] import georaster using gdal java api

2010-10-12 Thread mmatuszak
Hi, I am facing problem which I am not able to jump over:) I created georaster table using instruction from oracle website http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14254/geor_operations.htm Using gdal_translate and pl/sql I am able to import geotiff into Oracle. Then using gdal t