1
vote
0answers
32 views

esri.tasks.GenerateRendererTask for non 10.1 ArcServer

I wish to use the same features as the esri.tasks.GenerateRendererTask but it seems that it can be only used on ArcServer 10.1. Is it possible to achieve the same dynamic natural jenks breaks in the ...
2
votes
0answers
314 views

Implementing custom IRenderer for ArcGis 10.0/WPF

EDIT: Updates in the bottom As a followup to my earlier question, I'm trying to implement custom symbol rendering for my WPF/ArcGIS application. I'm accessing layers that have been published on the ...
3
votes
0answers
204 views

IUniqueValueRenderer on Polyline and Points made my Features all invisible

I am currently using IUnique value renderer like this: foreach (string nodeType in nodes) yield return new KeyValuePair<string, ISymbol>(nodeType, CreateNewSymbol() ); public static ...
5
votes
1answer
316 views

Why does the 3D Analyst 2D export renderer create anomalies?

A lot have been improved in the 3D Analyst 10 including the ability to export large scenes as large 2D images. However, some problems still exist one of which is: When I export a scene that contains a ...