[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

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