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 <ahmettemi...@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@lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
>
_______________________________________________
postgis-users mailing list
postgis-users@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users

Reply via email to