<div>Obviously, there seems to be quite some interest in a Java binding to GDAL/OGR.</div>
<div>Can someone summarize and perhaps update the wiki/documentation with instructions and&nbsp;example downloads?</div>
<div>Any volunteers to become a committer for this Java Binding?<br>&nbsp;</div>
<div>-- Stefan<br>&nbsp;</div>
<div><span class="gmail_quote">2008/1/14, Stefan Mietke &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:St.Mietke@gmx.de" target="_blank">St.Mietke@gmx.de</a>&gt;:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Thats it! It works, wow ...<br><br>For interested list members:<br><br>The solution of this problem is simple: 
<br><br>After allocating a ByteBuffer, you have to set the Byte order, before reading the raster with &#39;ReadRaster_Direct()&#39; method.<br><br>ByteBuffer byteBuffer = ByteBuffer.allocateDirect(buffer_size);<br>byteBuffer.order
 (ByteOrder.nativeOrder());<br><br>For the writing process you have to do the same with the output ByteBuffer.<br><br>I thank Daniele Romagnoli and Benjamin Collins for their great support.<br><br>Stefan Mietke<br>--<br>Institute for Cartography 
<br>TU Dresden<br><br>Psssst! Schon vom neuen GMX MultiMessenger gehört?<br>Der kann`s mit allen: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.gmx.net/de/go/multimessenger?did=10" target="_blank">
http://www.gmx.net/de/go/multimessenger?did=10</a><br>_______________________________________________ <br>gdal-dev mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:gdal-dev@lists.osgeo.org" target="_blank">
gdal-dev@lists.osgeo.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></blockquote>
</div><br>