Select to view content in your preferred language

Using an attribute value in a TemporalRenderer::observationRenderer

766
1
05-09-2011 06:45 AM
PremRadhakrishnan
Regular Contributor
What I would like to do is use an attribute of the feature being rendered in the Symbol for the observationRenderer. Basically I would like the symbol to have a angle of a SimpleMarker symbol be defined using an attribute of the feature being rendered. Lets say the attribute is called "heading" , I want the angle of the SimpleMarker symbol used to render the feature to be equal to the "heading" attribute.

Thanks in advance
Prem
Tags (2)
0 Kudos
1 Reply
DasaPaddock
Esri Regular Contributor
You'll need to create a custom renderer for this by extending Renderer:
http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/renderers/Renderer.html
0 Kudos