Re: [mapserver-users] couldn't get value from raster map

2009-09-27 Thread orkun
Thank you So, How can I retrieve the other values ? especially class values such as 'NAME "0-5"' in map file regards On Sun, 2009-09-27 at 17:24 -0400, Frank Warmerdam wrote: > > 2009/9/27 Ahmet Temiz mailto:te...@deprem.gov.tr>> > > > > hello > > > > I am using java mapscript and tr

Re: [mapserver-users] couldn't get value from raster map

2009-09-27 Thread Frank Warmerdam
2009/9/27 Ahmet Temiz mailto:te...@deprem.gov.tr>> hello I am using java mapscript and trying to get values from raster layer. But I can only get x,y values but not other values especially color values of the pixel I had clicked. here is the my code's fragment : in

Re: [mapserver-users] couldn't get value from raster map

2009-09-27 Thread Tamas Szekeres
Hi, According to http://mapserver.org/input/raster.html#raster-query I suspect those values could be retrieved as the "red", "green" and "blue" attributes of the returned features. Best regards, Tamas 2009/9/27 Ahmet Temiz > hello > > I am using java mapscript and trying to get values from

[mapserver-users] couldn't get value from raster map

2009-09-27 Thread Ahmet Temiz
hello I am using java mapscript and trying to get values from raster layer. But I can only get x,y values but not other values especially color values of the pixel I had clicked. here is the my code's fragment : int q = slplayer.queryByPoint(map0, qpt, mapscript.MS_MULTIPLE, 10.0 ); int numRe