HOW TO
Attempts to modify the classification breaks outside its current range of a user-defined renderer through the Map Viewer Image Display option fail. This is not possible in Map Viewer due to limitations that prevent defining values outside of the range values present in the data.
To obtain similar results, a raster function template can be applied.
The alternative is not practical for data that are constantly updated, wherein the values are known to exceed the current range. To enforce the desired classification break, create a raster function template, and apply the template server-side.
Note: For developers, it is possible to implement a client-side solution with the ArcGIS API for JavaScript using the Remap-Colormap workflow described in ArcGIS for Developers: ImageryLayer - client side rendering rules.
This article provides steps to implement a server-side solution with raster function templates for visualization on the web-side.
The class breaks defined in the template are enforced, and the expected legend is displayed in the web clients, as shown in the following image.
Note: Because the classification is applied server-side, the ranges must be updated on the template and not client-side.
Note: If the legend value must be shown consistently in all clients, follow the procedure described in the following articles: ArcMap How To: Apply a raster function template to symbolize classified data in a mosaic dataset or image service published from ArcMap ArcGIS Pro How To: Apply a raster function template to symbolize classified data in a mosaic dataset or image service published from ArcGIS Pro
Get help from ArcGIS experts
Download the Esri Support App