Class RenderingRule
The rule that specifies how images are rendered or processed on an ArcGIS image service.
Inheritance
Namespace: Esri.ArcGISRuntime.Rasters
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RenderingRule
Remarks
Raster images whose individual pixels represent elevation values can be rendered in a number of different ways, including representation of slope, aspect, hillshade, and shaded relief. A rendering rule defines how the ArcGIS image service renders its images.
You can create a RenderingRule from a RenderingRuleInfo or a JSON string that specifies a service-defined or client-defined rendering rule. For a list of functions and the syntax for these rendering rules, see Raster function objects.
Constructors
Name | Description |
---|---|
RenderingRule(RenderingRuleInfo) | Initializes a new instance of the RenderingRule class from a given RenderingRuleInfo. |
RenderingRule(String) | Initializes a new instance of the RenderingRule class with server side JSON. |
Properties
Name | Description |
---|---|
RenderingRuleInfo | Gets rendering rule info from rendering rule object. |
RenderingRuleJson | Gets JSON property from rendering rule object. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |