Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Class: SymbolAger

require(["esri/renderers/SymbolAger"], function(SymbolAger) { /* code goes here */ });

Description

(Added at v2.0)
Base class for agers. Determine the symbology used to represent the aging of features in a feature layer.

Samples

Search for samples that use this class.

Subclasses

Methods

NameReturn typeSummary
getAgedSymbol(symbol, graphic)SymbolAll subclasses override this method to provide their own implementation to calculate aging and return the appropriate symbol.
Method Details

getAgedSymbol(symbol, graphic)

All subclasses override this method to provide their own implementation to calculate aging and return the appropriate symbol.
Return type: Symbol
Parameters:
<Symbol> symbol Required The symbol to age.
<Graphic> graphic Required Feature being rendered.
Show Modal