Class RenderingRuleInfo
Information about a rendering 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 RenderingRuleInfo
Remarks
You can obtain a RenderingRuleInfo from the collection of predefined RenderingRuleInfo objects provided by an ArcGIS image service. Alternatively, you can construct a RenderingRuleInfo by providing the name of a predefined service rendering rule.
To apply the rendering rule, construct a RenderingRule from the RenderingRuleInfo and pass the RenderingRule to an ImageServiceRaster before it is loaded. Next, construct a RasterLayer from the ImageServiceRaster, and add it to the map or scene's operational layers.
Constructors
Name | Description |
---|---|
RenderingRuleInfo(String) | Initializes a new instance of the RenderingRuleInfo class with the name of a predefined service rendering rule. |
Properties
Name | Description |
---|---|
Description | Gets the description of a predefined service rendering rule. |
Help | Gets the help of a predefined service rendering rule. |
Name | Gets the name of a predefined service rendering rule. |
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 |