Identify Raster Pixel

2580
2
04-09-2013 11:14 AM
AnjaliBhangay
New Contributor
Is it possible to read/identify pixel value (from Image Services) in ArcGIS viewer for Silverlight? I have a Digital Elevation Model (DEM) which is published as an image service. I would like to be able to click on pixel to get elevation values.

Thanks!!
0 Kudos
2 Replies
ScottBailey
New Contributor II
Yes. you must create a Mosaic Dataset and enable 'pixels' in the published image service capabilities. Then you can implement the IdentifyTask method in a tool. Just modify the Identify Location tool that already exists.
0 Kudos
PietaSwanepoel2
Occasional Contributor
Scott,

if you don't mind, can you maybe elaborate a bit more on the tool bit. I follow the image service bits 🙂
I have had a question about raster pixel identify this in the past but didn't give it much thought.
0 Kudos