Hide Table of Contents
esri
Map
toolbars
Class: SymbolAger
[ AMD Module Require | Legacy Module Require ]

Description

Class added 2.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.

Class hierarchy

esri.renderer.SymbolAger

Methods

MethodReturn ValueDescription
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 Value: Symbol
Input Parameters:
<Symbol> symbolRequiredThe symbol to age.
<Graphic> graphicRequiredFeature being rendered.