Class Renderer
A base class for renderers that use a collection of one or more symbols to display features in a Layer or
graphics in a Graphics
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class Renderer : INotifyPropertyChanged
Remarks
If the renderer contains more than a single symbol, it uses the rules to determine the symbol to apply to each geoelement, based on one or several attribute values. There are three basic types of renderers:
- Simple
Renderer - simple renderers use a single symbol for all geoelements. - Unique
Value - unique value renders define a different symbol for each unique value of an attribute.Renderer - Class
Breaks - class break renderers define a different symbol for each range of numeric values.Renderer
To symbolize and display the geoelements, apply the renderer to the Renderer, the Renderer, or the Renderer.
A Graphics
If you apply a Symbol directly to a graphic, the symbol displays in preference to the Renderer.
For raster data, rendering is handled by a Raster
Properties
Name | Description |
---|---|
Rotation |
Gets or sets the expression describing how Geo |
Rotation |
Gets or sets whether the rotation calculated from the Rotation |
Scene |
Gets or sets the scene properties for the renderer. |
Unknown |
Gets unknown data from the source JSON. |
Unsupported |
Gets unsupported data from the source JSON. |
Methods
Name | Description |
---|---|
Clone() | Returns a clone of the Renderer. |
From |
Returns the json representation of the renderer |
Get |
Returns the symbol the renderer uses to represent the supplied Geo |
Get |
Returns the symbol used to visualize the given GeoElement with override attributes from renderer. |
To |
Returns the json representation of the renderer |
Events
Name | Description |
---|---|
Property |
Occurs when a property value changes. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |