[postgis-users] ST_AsPNG is problematic in Java

Ahmet Temiz ahmettemiz88 at gmail.com
Mon Jun 17 05:31:48 PDT 2013


hello

I am dealing with java-jpa2-postgis(raster)

I tried to get an image from postgis(raster) as:

List list_rast = session.createSQLQuery("SELECT ST_AsPNG(rast) As rastpng  FROM
geoslp5 where rid=184 ;").list();

and converting object to byte[]
and
with usual java process
ByteArrayOutputStream bos = new ByteArrayOutputStream();
... //
bytes = bos.toByteArray ();


But resulting image file(png) is defective ?

What may the probable problems ?

Do you have any recommendations ?

regards

-- 
Ahmet Temiz
Jeoloji Müh.
Afet ve Acil Durum Yönetimi Başkanlığı
Planlama ve Zarar Azaltma Dairesi Başkanlığı


________________________

Ahmet Temiz
Geological Eng.
Information Systems - GIS Group
Disaster and Emergency Management
of Presidency
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20130617/82ad04ac/attachment.html>


More information about the postgis-users mailing list