<div dir="ltr"><div><div><div><div>Hi,<br><br></div>in fact with the Java binding there's no method to get a BufferedImage from a Dataset.<br><br></div><div>You can warp your image and get a Dataset <br></div><div><br>
</div>You have to create a (Java)Raster and fill it with the raster or a part of the raster of the warped Dataset.<br></div>But be carefull because when you create a Raster you must create a correct SampleModel and the right DataBuffer generally Byte or Int, it depends of the type of the raster in the Dataset.<br>
<br></div>Florent<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/5 Markus Schneider <span dir="ltr"><<a href="mailto:schneider@occamlabs.de" target="_blank">schneider@occamlabs.de</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi again,<br>
<br>
I would like to try using the Warp API from Java. It seems that there<br>
are currently no Java bindings available.<br>
<br>
- Did anbody work on Java bindings for the Warp API?<br>
- How hard would it be to define them? I may be able to invest some time<br>
here.<br>
<br>
Best regards,<br>
Markus<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Markus Schneider<br>
CEO<br>
<br>
Occam Labs UG (haftungsbeschränkt)<br>
Godesberger Allee 139<br>
53175 Bonn, Germany<br>
<br>
<a href="tel:%2B49%20228%2093798874" value="+4922893798874">+49 228 93798874</a><br>
<br>
<a href="http://www.occamlabs.de" target="_blank">http://www.occamlabs.de</a><br>
<br>
</font></span><br>_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br></blockquote></div><br></div>