Re: [gdal-dev] [gdal 1.8.0] Covert OGRlayer in Graphics2D object, how? [Java]

2011-07-23 Thread Even Rouault
Le samedi 23 juillet 2011 19:28:50, mett a écrit : > Hello everybody! > > I created some OGRlayers georeferenced, and I need to convert them somehow > in a java.awt.Shape object, to handle subsequently the Graphics2D object. > Is there any clever way to do that? There's nothing already coded in t

[gdal-dev] [gdal 1.8.0] Covert OGRlayer in Graphics2D object, how? [Java]

2011-07-23 Thread mett
Hello everybody! I created some OGRlayers georeferenced, and I need to convert them somehow in a java.awt.Shape object, to handle subsequently the Graphics2D object. Is there any clever way to do that? Thank you very much, Matt -- View this message in context: http://osgeo-org.1803224.n2.nabb

Re: [gdal-dev] Add capability to safely link against an external libtiff (3.X) and a GDAL build with internal libtiff (4.0) support

2011-07-23 Thread Frank Warmerdam
On Fri, Jul 22, 2011 at 10:21 AM, Even Rouault wrote: >> PS: Do you think this renaming option could be pushed upstream to >> libtiff and libgeotiff (maybe not as-is) ? >> It would save GDAL the burden of maintaining a patch in its internal >> versions, and it would benefit other projects integrat

Re: [gdal-dev] Writing data to "CreateCopy" files

2011-07-23 Thread Frank Warmerdam
Derek, GDAL support multi-threading only in fairly restricted situations. You particularly must not be making calls on a single GDALDataset from mutliple threads at the same time. In fact, due to a subtle issue with the way write caches are flushed you shouldn't really do multithreaded access to

Re: [gdal-dev] Re: Draw map in Visual C++

2011-07-23 Thread Chaitanya kumar CH
Mark, You should be able to display an image by filling in a BitMap kind of object using GDALRasterIO. On Sat, Jul 23, 2011 at 12:40 PM, mark wrote: > Thank you Brian for you reply . > As you said , gdal is for read / write data. > So do you know some libraries that allows me to draw maps in my

[gdal-dev] Re: Draw map in Visual C++

2011-07-23 Thread mark
Thank you Brian for you reply . As you said , gdal is for read / write data. So do you know some libraries that allows me to draw maps in my application. I see many standalone open applications, like OpenEV, but it is not my case . I am using C++. Thanks in advance -- View this message in co