Select to view content in your preferred language

How to tranform a matrix to ArcGISImageServiceLayer

2150
2
12-16-2013 10:09 PM
dingkaichen
New Contributor II
Hi all,
Is there any method to tranform a matrix to ArcGISImageServiceLayer using ArcGIS API for Silverlight ?
Or any method to tranform a picture file such as .jpg or .bmp to ArcGISImageServiceLayer?
I want to display a matrix as a grey-scale map dynamically.
0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
Publishing an ArcGISImageServiceLayer is a server matter the client Silverlight API can't deal with.
However you can set the image into an element layer. There is a sample here: https://developers.arcgis.com/en/silverlight/sample-code/start.htm#MediaLayer (with a video but you'll get the idea)
0 Kudos
dingkaichen
New Contributor II
Publishing an ArcGISImageServiceLayer is a server matter the client Silverlight API can't deal with.
However you can set the image into an element layer. There is a sample here: https://developers.arcgis.com/en/silverlight/sample-code/start.htm#MediaLayer (with a video but you'll get the idea)


Dominique, Thanks for your reply. I am thinking about if I can use GPProcessor and use Kriging Interpolation to make it into raster data. However, there is  a new problem and hope you could help. The new thread is http://forums.arcgis.com/threads/99399-Couldn-t-show-GPResultImageLayer . Thanks a lot.
0 Kudos