Show / Hide Table of Contents

Class Renderer

Base class for renderers used to display features in a Layer or GraphicsOverlay.

Inheritance
Object
Renderer
ClassBreaksRenderer
DictionaryRenderer
SimpleRenderer
UniqueValueRenderer
Implements
INotifyPropertyChanged
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Esri.ArcGISRuntime.Symbology
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class Renderer : INotifyPropertyChanged

Properties

Name Description
RotationExpression

Gets or sets the expression describing how GeoElement's attributes are translated into a rotation to be applied to the GeoElement.

RotationType

Gets or sets whether the rotation calculated from the RotationExpression is relative to the screen or map.

SceneProperties

Gets or sets the scene properties for the renderer.

UnknownJson

Gets unknown data from the source JSON.

UnsupportedJson

Gets unsupported data from the source JSON.

Methods

Name Description
Clone()

Returns a clone of the Renderer.

FromJson(String)

Returns the json representation of the renderer

GetSymbol(GeoElement)

Returns the symbol the renderer uses to represent the supplied GeoElement.

GetSymbol(GeoElement, Boolean)

Returns the symbol that should be used to visualize the given GeoElement with override attributes from renderer.

ToJson()

Returns the json representation of the renderer

Events

Name Description
PropertyChanged

Occurs when a property value changes.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0

Relevant samples

Browse WFS layers: Browse a WFS service for layers and add them to the map.
Buffer: Create a buffer around a map point and display the results as a `Graphic`
In This Article
Back to top Copyright © 2022 Esri.