[postgis-users] retrieving st_slope output into java

Rémi Cura remi.cura at gmail.com
Sat May 16 02:26:51 PDT 2015


ST_Slope returns a postgis raster.
You would need to convert this to something java can understand,
there are numerous options.

You could stay in the raster world and use any raster format you like
(tiff, jpeg, etc).
You could get the slope as an array of values with
http://postgis.net/docs/manual-2.1/RT_ST_DumpValues.html for instance.


Cheers,
Rémi-C

2015-05-16 10:30 GMT+02:00 Ahmet Temiz <ahmettemiz88 at gmail.com>:

> Hello,
>
> How can I retrieve st_slope output into java via jdbc?
>
> Kind regards
>
>
> --
> Ahmet Temiz
> Jeoloji Müh.
> Afet ve Acil Durum Yönetimi Başkanlığı
> Bilgi İşlem  Dairesi Başkanlığı-CBS Grubu
>
>
> ________________________
>
> Ahmet Temiz
> Geological Eng.
> Information Systems - GIS Group
> Disaster and Emergency Management
> of Presidency
>
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20150516/45c982d8/attachment-0001.html>


More information about the postgis-users mailing list