Select to view content in your preferred language

How can we get the height from Raster data(DTED)

5245
2
05-29-2015 03:00 AM
PavanRai
Deactivated User

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.

0 Kudos
2 Replies
ToddBlanchette
Frequent Contributor

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

PavanRai
Deactivated User

Thanks Todd,

Its working fine on MPK.

0 Kudos