Hi,
I am working on Arcgis Runtime for java. I have to get height value of Raster data(DTED) which is published as ImageService in ArcGIS Server 10.2.2 on mouse move operation.
Is there any class/function in ArcGIS Runtime for java which can provide Height info.
Hi Pavan,
There's a great resource located at Identify DEM raster | ArcGIS for Developers that should set you on the right track.
It's showing you how to set it up for a dynamic map layer, but the same setup should function on an image service - if you've set the service up to enable access to the pixel values in your mosaic dataset. See "Image Service Capabilities" at ArcGIS Help 10.1 for more info.
Cheers,
Todd
Thanks Todd,
Its working fine on MPK.