Select to view content in your preferred language

Using Renderer on Raster Data in Local Map Packages

2280
1
07-30-2013 08:43 AM
Labels (1)
AaronHigh
Deactivated User
Hello,

If I am using a map package as a LocalDynamicMapServiceLayer, LocalFeatureLayer, or otherwise and that map package contains, for example, raster elevation data, how might I apply a Renderer (such as an ESRI.ArcGIS.Client.ClassBreaksRenderer) to change the symbology of that data on-the-fly and in real time? For example, if I have elevation data ranging from 0m - 2000m and I would like to change the class breaks for the symbology of that layer on a very rapid basis, can that be accomplished with the above methodology? If not, what is the ideal way to change raster symbology? There must be an efficient way to do this in the API somewhere.

Thanks,

Aaron
0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor
Hi,

Control over raster rendering is not included directly in the API at the moment. You could try creating a very simple GP model, and/or perhaps there is something in ArcPy that would achieve this.

Cheers

Mike
0 Kudos