Re: [postgis-users] retrieving st_slope output into java

2015-05-16 Thread Rémi Cura
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 :

> 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

[postgis-users] retrieving st_slope output into java

2015-05-16 Thread Ahmet Temiz
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